#CEB9D3

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

Shades of Prelude #CEB9D3

Tints of Prelude #CEB9D3

Color information

#CEB9D3 (or 0xCEB9D3) is unknown color: approx Prelude. HEX triplet: CE, B9 and D3. RGB value is (206,185,211). Sum of RGB (Red+Green+Blue) = 206+185+211=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 211 - color contains mainly: blue. Hex color #CEB9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9D3 is #31462C. Grayscale: #C2C2C2. Windows color (decimal): -3229229 or 13875662. OLE color: 13875662.

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

Color convert

RGB206185211-
CMYK0.020.1200.17
HSL288.46º22.81%77.65%-
HSV(B)288.46º12.32%82.75%-
XYZ54.5652.5268.89-
YUV194.24137.46136.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.22%
GREEN value IS 185 (72.66% from 255) = 30.73%
BLUE value IS 211 (82.81% from 255) = 35.05%
R=34.22%
G=30.73%
B=35.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2061852110.020.1200.17288.4622.8177.65
HexCEB9D32C011120174e
Octal31627132321402144027116
Binary110011101011100111010011101100010001100100000101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB9D3; }

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

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

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

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

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

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

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

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