#CBB0DD

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

Shades of Prelude #CBB0DD

Tints of Prelude #CBB0DD

Color information

#CBB0DD (or 0xCBB0DD) is unknown color: approx Prelude. HEX triplet: CB, B0 and DD. RGB value is (203,176,221). Sum of RGB (Red+Green+Blue) = 203+176+221=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBB0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0DD is #344F22. Grayscale: #BDBDBD. Windows color (decimal): -3428131 or 14528715. OLE color: 14528715.

HSL color Cylindrical-coordinate representation of color #CBB0DD: hue angle of 276º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBB0DD is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203176221-
CMYK0.080.2000.13
HSL276º39.82%77.84%-
HSV(B)276º20.36%86.67%-
XYZ53.2148.9775.05-
YUV189.2145.95137.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.83%
GREEN value IS 176 (69.14% from 255) = 29.33%
BLUE value IS 221 (86.72% from 255) = 36.83%
R=33.83%
G=29.33%
B=36.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031762210.080.2000.1327639.8277.84
HexCBB0DD8140D114284e
Octal313260335102401542450116
Binary110010111011000011011101100010100011011000101001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB0DD; }

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

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

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

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

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

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

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

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