#CEB5DC

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

Shades of Prelude #CEB5DC

Tints of Prelude #CEB5DC

Color information

#CEB5DC (or 0xCEB5DC) is unknown color: approx Prelude. HEX triplet: CE, B5 and DC. RGB value is (206,181,220). Sum of RGB (Red+Green+Blue) = 206+181+220=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEB5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5DC is #314A23. Grayscale: #C0C0C0. Windows color (decimal): -3230244 or 14464462. OLE color: 14464462.

HSL color Cylindrical-coordinate representation of color #CEB5DC: hue angle of 278.46º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEB5DC is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206181220-
CMYK0.060.1800.14
HSL278.46º35.78%78.63%-
HSV(B)278.46º17.73%86.27%-
XYZ54.951.3474.73-
YUV192.92143.28137.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.94%
GREEN value IS 181 (71.09% from 255) = 29.82%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=33.94%
G=29.82%
B=36.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061812200.060.1800.14278.4635.7878.63
HexCEB5DC6120E116244f
Octal31626533462201642644117
Binary11001110101101011101110011010010011101000101101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB5DC; }

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

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

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

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

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

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

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

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