#CEB5D2

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

Shades of Prelude #CEB5D2

Tints of Prelude #CEB5D2

Color information

#CEB5D2 (or 0xCEB5D2) is unknown color: approx Prelude. HEX triplet: CE, B5 and D2. RGB value is (206,181,210). Sum of RGB (Red+Green+Blue) = 206+181+210=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 210 - color contains mainly: blue. Hex color #CEB5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5D2 is #314A2D. Grayscale: #BFBFBF. Windows color (decimal): -3230254 or 13809102. OLE color: 13809102.

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

Color convert

RGB206181210-
CMYK0.020.1400.18
HSL291.72º24.37%76.67%-
HSV(B)291.72º13.81%82.35%-
XYZ53.6150.8267.96-
YUV191.78138.28138.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.51%
GREEN value IS 181 (71.09% from 255) = 30.32%
BLUE value IS 210 (82.42% from 255) = 35.18%
R=34.51%
G=30.32%
B=35.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061812100.020.1400.18291.7224.3776.67
HexCEB5D22E012124184d
Octal31626532221602244430115
Binary110011101011010111010010101110010010100100100110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB5D2; }

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

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

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

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

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

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

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

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