#CEAED2

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

Shades of Prelude #CEAED2

Tints of Prelude #CEAED2

Color information

#CEAED2 (or 0xCEAED2) is unknown color: approx Prelude. HEX triplet: CE, AE and D2. RGB value is (206,174,210). Sum of RGB (Red+Green+Blue) = 206+174+210=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 210 - color contains mainly: blue. Hex color #CEAED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAED2 is #31512D. Grayscale: #BBBBBB. Windows color (decimal): -3232046 or 13807310. OLE color: 13807310.

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

Color convert

RGB206174210-
CMYK0.020.1700.18
HSL293.33º28.57%75.29%-
HSV(B)293.33º17.14%82.35%-
XYZ52.2248.0567.49-
YUV187.67140.6141.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.92%
GREEN value IS 174 (68.36% from 255) = 29.49%
BLUE value IS 210 (82.42% from 255) = 35.59%
R=34.92%
G=29.49%
B=35.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061742100.020.1700.18293.3328.5775.29
HexCEAED22110121251d4b
Octal31625632222102244535113
Binary1100111010101110110100101010001010010100100101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAED2; }

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

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

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

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

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

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

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

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