#CEB9D4

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

Shades of Prelude #CEB9D4

Tints of Prelude #CEB9D4

Color information

#CEB9D4 (or 0xCEB9D4) is unknown color: approx Prelude. HEX triplet: CE, B9 and D4. RGB value is (206,185,212). Sum of RGB (Red+Green+Blue) = 206+185+212=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 185 (72.66% from 255 or 30.68% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 212 - color contains mainly: blue. Hex color #CEB9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9D4 is #31462B. Grayscale: #C2C2C2. Windows color (decimal): -3229228 or 13941198. OLE color: 13941198.

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

Color convert

RGB206185212-
CMYK0.030.1300.17
HSL286.67º23.89%77.84%-
HSV(B)286.67º12.74%83.14%-
XYZ54.6952.5769.55-
YUV194.36137.96136.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.16%
GREEN value IS 185 (72.66% from 255) = 30.68%
BLUE value IS 212 (83.20% from 255) = 35.16%
R=34.16%
G=30.68%
B=35.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2061852120.030.1300.17286.6723.8977.84
HexCEB9D43D01111f184e
Octal31627132431502143730116
Binary110011101011100111010100111101010001100011111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB9D4; }

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

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

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

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

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

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

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

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