#CBB5DC

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

Shades of Prelude #CBB5DC

Tints of Prelude #CBB5DC

Color information

#CBB5DC (or 0xCBB5DC) is unknown color: approx Prelude. HEX triplet: CB, B5 and DC. RGB value is (203,181,220). Sum of RGB (Red+Green+Blue) = 203+181+220=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBB5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5DC is #344A23. Grayscale: #BFBFBF. Windows color (decimal): -3426852 or 14464459. OLE color: 14464459.

HSL color Cylindrical-coordinate representation of color #CBB5DC: hue angle of 273.85º 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 #CBB5DC is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203181220-
CMYK0.080.1800.14
HSL273.85º35.78%78.63%-
HSV(B)273.85º17.73%86.27%-
XYZ54.0750.9174.69-
YUV192.02143.79135.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.61%
GREEN value IS 181 (71.09% from 255) = 29.97%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=33.61%
G=29.97%
B=36.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031812200.080.1800.14273.8535.7878.63
HexCBB5DC8120E112244f
Octal313265334102201642244117
Binary110010111011010111011100100010010011101000100101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB5DC; }

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

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

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

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

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

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

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

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