#cfaed8

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

Shades of Prelude #CFAED8

Tints of Prelude #CFAED8

Color information

#CFAED8 (or 0xCFAED8) is unknown color: approx Prelude. HEX triplet: CF, AE and D8. RGB value is (207,174,216). Sum of RGB (Red+Green+Blue) = 207+174+216=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFAED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAED8 is #305127. Grayscale: #BCBCBC. Windows color (decimal): -3166504 or 14200527. OLE color: 14200527.

HSL color Cylindrical-coordinate representation of color #CFAED8: hue angle of 287.14º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFAED8 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207174216-
CMYK0.040.1900.15
HSL287.14º35%76.47%-
HSV(B)287.14º19.44%84.71%-
XYZ53.2648.571.52-
YUV188.66143.43141.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.67%
GREEN value IS 174 (68.36% from 255) = 29.15%
BLUE value IS 216 (84.77% from 255) = 36.18%
R=34.67%
G=29.15%
B=36.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071742160.040.1900.15287.143576.47
HexCFAED84130F11f234c
Octal31725633042301743743114
Binary11001111101011101101100010010011011111000111111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfaed8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfaed8; }

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

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

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

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

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

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

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

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