#CBB5DD

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

Shades of Prelude #CBB5DD

Tints of Prelude #CBB5DD

Color information

#CBB5DD (or 0xCBB5DD) is unknown color: approx Prelude. HEX triplet: CB, B5 and DD. RGB value is (203,181,221). Sum of RGB (Red+Green+Blue) = 203+181+221=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBB5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5DD is #344A22. Grayscale: #C0C0C0. Windows color (decimal): -3426851 or 14529995. OLE color: 14529995.

HSL color Cylindrical-coordinate representation of color #CBB5DD: hue angle of 273º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBB5DD is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203181221-
CMYK0.080.1800.13
HSL273º37.04%78.82%-
HSV(B)273º18.1%86.67%-
XYZ54.250.9675.39-
YUV192.14144.29135.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.55%
GREEN value IS 181 (71.09% from 255) = 29.92%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=33.55%
G=29.92%
B=36.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031812210.080.1800.1327337.0478.82
HexCBB5DD8120D111254f
Octal313265335102201542145117
Binary110010111011010111011101100010010011011000100011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB5DD; }

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

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

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

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

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

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

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

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