#CEAFE0

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

Shades of Prelude #CEAFE0

Tints of Prelude #CEAFE0

Color information

#CEAFE0 (or 0xCEAFE0) is unknown color: approx Prelude. HEX triplet: CE, AF and E0. RGB value is (206,175,224). Sum of RGB (Red+Green+Blue) = 206+175+224=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #CEAFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFE0 is #31501F. Grayscale: #BDBDBD. Windows color (decimal): -3231776 or 14725070. OLE color: 14725070.

HSL color Cylindrical-coordinate representation of color #CEAFE0: hue angle of 277.96º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEAFE0 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB206175224-
CMYK0.080.2200.12
HSL277.96º44.14%78.24%-
HSV(B)277.96º21.88%87.84%-
XYZ54.2449.1677.15-
YUV189.86147.27139.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 175 (68.75% from 255) = 28.93%
BLUE value IS 224 (87.89% from 255) = 37.02%
R=34.05%
G=28.93%
B=37.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2061752240.080.2200.12277.9644.1478.24
HexCEAFE08160C1162c4e
Octal316257340102601442654116
Binary110011101010111111100000100010110011001000101101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFE0; }

 p { color: rgb(206,175,224); }

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

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

 a { background-color: rgb(206,175,224); }

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

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

 span { border-color: rgb(206,175,224); }

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