#CEADD4

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

Shades of Prelude #CEADD4

Tints of Prelude #CEADD4

Color information

#CEADD4 (or 0xCEADD4) is unknown color: approx Prelude. HEX triplet: CE, AD and D4. RGB value is (206,173,212). Sum of RGB (Red+Green+Blue) = 206+173+212=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 212 - color contains mainly: blue. Hex color #CEADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADD4 is #31522B. Grayscale: #BBBBBB. Windows color (decimal): -3232300 or 13938126. OLE color: 13938126.

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

Color convert

RGB206173212-
CMYK0.030.1800.17
HSL290.77º31.2%75.49%-
HSV(B)290.77º18.4%83.14%-
XYZ52.2847.7668.75-
YUV187.31141.93141.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.86%
GREEN value IS 173 (67.97% from 255) = 29.27%
BLUE value IS 212 (83.20% from 255) = 35.87%
R=34.86%
G=29.27%
B=35.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2061732120.030.1800.17290.7731.275.49
HexCEADD43120111231f4b
Octal31625532432202144337113
Binary1100111010101101110101001110010010001100100011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEADD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEADD4; }

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

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

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

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

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

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

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

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