#CEAFD4

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

Shades of Prelude #CEAFD4

Tints of Prelude #CEAFD4

Color information

#CEAFD4 (or 0xCEAFD4) is unknown color: approx Prelude. HEX triplet: CE, AF and D4. RGB value is (206,175,212). Sum of RGB (Red+Green+Blue) = 206+175+212=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 212 - color contains mainly: blue. Hex color #CEAFD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFD4 is #31502B. Grayscale: #BCBCBC. Windows color (decimal): -3231788 or 13938638. OLE color: 13938638.

HSL color Cylindrical-coordinate representation of color #CEAFD4: hue angle of 290.27º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEAFD4 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB206175212-
CMYK0.030.1700.17
HSL290.27º30.08%75.88%-
HSV(B)290.27º17.45%83.14%-
XYZ52.6748.5468.88-
YUV188.49141.27140.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.74%
GREEN value IS 175 (68.75% from 255) = 29.51%
BLUE value IS 212 (83.20% from 255) = 35.75%
R=34.74%
G=29.51%
B=35.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2061752120.030.1700.17290.2730.0875.88
HexCEAFD43110111221e4c
Octal31625732432102144236114
Binary1100111010101111110101001110001010001100100010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFD4; }

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

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

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

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

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

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

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

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