#CBB2DD

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

Shades of Prelude #CBB2DD

Tints of Prelude #CBB2DD

Color information

#CBB2DD (or 0xCBB2DD) is unknown color: approx Prelude. HEX triplet: CB, B2 and DD. RGB value is (203,178,221). Sum of RGB (Red+Green+Blue) = 203+178+221=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBB2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2DD is #344D22. Grayscale: #BEBEBE. Windows color (decimal): -3427619 or 14529227. OLE color: 14529227.

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

Color convert

RGB203178221-
CMYK0.080.1900.13
HSL274.88º38.74%78.24%-
HSV(B)274.88º19.46%86.67%-
XYZ53.649.7675.19-
YUV190.38145.28137-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.72%
GREEN value IS 178 (69.92% from 255) = 29.57%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=33.72%
G=29.57%
B=36.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031782210.080.1900.13274.8838.7478.24
HexCBB2DD8130D113274e
Octal313262335102301542347116
Binary110010111011001011011101100010011011011000100111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB2DD; }

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

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

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

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

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

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

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

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