#CFAEDE

Color #CFAEDE Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #CFAEDE

Tints of Prelude #CFAEDE

Color information

#CFAEDE (or 0xCFAEDE) is unknown color: approx Prelude. HEX triplet: CF, AE and DE. RGB value is (207,174,222). Sum of RGB (Red+Green+Blue) = 207+174+222=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFAEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEDE is #305121. Grayscale: #BDBDBD. Windows color (decimal): -3166498 or 14593743. OLE color: 14593743.

HSL color Cylindrical-coordinate representation of color #CFAEDE: hue angle of 281.25º degrees, saturation: 0.42, 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 #CFAEDE is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207174222-
CMYK0.070.2200.13
HSL281.25º42.11%77.65%-
HSV(B)281.25º21.62%87.06%-
XYZ54.0548.8175.68-
YUV189.34146.43140.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.33%
GREEN value IS 174 (68.36% from 255) = 28.86%
BLUE value IS 222 (87.11% from 255) = 36.82%
R=34.33%
G=28.86%
B=36.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071742220.070.2200.13281.2542.1177.65
HexCFAEDE7160D1192a4e
Octal31725633672601543152116
Binary11001111101011101101111011110110011011000110011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEDE; }

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

 H1.HeaderClassName
 {
   color: #CFAEDE;
 }
 .AnyTagClassName
 {
   color: #CFAEDE;
 }
</style>
background-color css

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

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

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

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

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

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