#CEAFD9

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

Shades of Prelude #CEAFD9

Tints of Prelude #CEAFD9

Color information

#CEAFD9 (or 0xCEAFD9) is unknown color: approx Prelude. HEX triplet: CE, AF and D9. RGB value is (206,175,217). Sum of RGB (Red+Green+Blue) = 206+175+217=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 217 - color contains mainly: blue. Hex color #CEAFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFD9 is #315026. Grayscale: #BCBCBC. Windows color (decimal): -3231783 or 14266318. OLE color: 14266318.

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

Color convert

RGB206175217-
CMYK0.050.1900.15
HSL284.29º35.59%76.86%-
HSV(B)284.29º19.35%85.1%-
XYZ53.3148.7972.25-
YUV189.06143.77140.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.45%
GREEN value IS 175 (68.75% from 255) = 29.26%
BLUE value IS 217 (85.16% from 255) = 36.29%
R=34.45%
G=29.26%
B=36.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061752170.050.1900.15284.2935.5976.86
HexCEAFD95130F11c244d
Octal31625733152301743444115
Binary11001110101011111101100110110011011111000111001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFD9; }

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

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

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

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

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

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

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

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