Html Css Color HEX #CFAEDF Prelude

📋 copy color: '#CFAEDF'

red 207 ◦ green 174 ◦ blue 223

#CFAEDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prelude #CFAEDF

Tints of Prelude #CFAEDF

RGB

 RED value IS 207 (81.25% from 255) = 34.27%

 GREEN value IS 174 (68.36% from 255) = 28.81%

 BLUE value IS 223 (87.5% from 255) = 36.92%

R = 34.27%
G = 28.81%
B = 36.92%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFAEDF (or 0xCFAEDF) is known color: Prelude. HEX triplet: CF, AE and DF. RGB value is (207,174,223). Sum of RGB (Red+Green+Blue) = 207+174+223=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFAEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEDF is #305120. Grayscale: #BDBDBD. Windows color (decimal): -3166497 or 14659279. OLE color: 14659279.

HSL color Cylindrical-coordinate representation of color #CFAEDF: hue angle of 280.41º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFAEDF is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 174 223 -
CMYK 0.07 0.22 0 0.13
HSL 280.41º 0.43% 0.78% -
HSV(B) 280.41º 0.22% 0.87% -
XYZ 54.19 48.87 76.39 -
YUV 189.45 146.93 140.52 -
System Red Green Blue C M Y K H S L
Decimal 207 174 223 0.07 0.22 0 0.13 280.41 0.43 0.78
Hex CF AE DF 7 16 0 D 118 2B 4E
Octal 317 256 337 7 26 0 15 430 53 116
Binary 11001111 10101110 11011111 111 10110 0 1101 100011000 101011 1001110

Color Harmonies of #CFAEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAEDF

Black with #CFAEDF

Text Example


Text Example

White with #CFAEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAEDF; }

 p { color: rgb(207,174,223); }

 H1.HeaderClassName
 {
   color: #CFAEDF;
 }
 .AnyTagClassName
 {
   color: #CFAEDF;
 }
</style>

background-color css

<style>
 a { background-color: #CFAEDF; }

 a { background-color: rgb(207,174,223); }

 div.DivClassName
 {
   background-color: #CFAEDF;
 }
 .BgClassName
 {
   background-color: #CFAEDF;
 }
</style>

border-color css

<style>
 span { border-color: #CFAEDF; }

 span { border-color: rgb(207,174,223); }

 td.TdClassName
 {
   border-color: #CFAEDF;
 }
 .TagClassName
 {
   border-color: #CFAEDF;
 }
</style>