#CEAED4

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

Shades of Prelude #CEAED4

Tints of Prelude #CEAED4

Color information

#CEAED4 (or 0xCEAED4) is unknown color: approx Prelude. HEX triplet: CE, AE and D4. RGB value is (206,174,212). Sum of RGB (Red+Green+Blue) = 206+174+212=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 212 - color contains mainly: blue. Hex color #CEAED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAED4 is #31512B. Grayscale: #BBBBBB. Windows color (decimal): -3232044 or 13938382. OLE color: 13938382.

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

Color convert

RGB206174212-
CMYK0.030.1800.17
HSL290.53º30.65%75.69%-
HSV(B)290.53º17.92%83.14%-
XYZ52.4748.1568.82-
YUV187.9141.6140.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.80%
GREEN value IS 174 (68.36% from 255) = 29.39%
BLUE value IS 212 (83.20% from 255) = 35.81%
R=34.80%
G=29.39%
B=35.81%

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
Decimal2061742120.030.1800.17290.5330.6575.69
HexCEAED43120111231f4c
Octal31625632432202144337114
Binary1100111010101110110101001110010010001100100011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAED4; }

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

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

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

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

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

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

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

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