#CCBBDB

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

Shades of Prelude #CCBBDB

Tints of Prelude #CCBBDB

Color information

#CCBBDB (or 0xCCBBDB) is unknown color: approx Prelude. HEX triplet: CC, BB and DB. RGB value is (204,187,219). Sum of RGB (Red+Green+Blue) = 204+187+219=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCBBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBDB is #334424. Grayscale: #C3C3C3. Windows color (decimal): -3359781 or 14400460. OLE color: 14400460.

HSL color Cylindrical-coordinate representation of color #CCBBDB: hue angle of 271.88º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCBBDB is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204187219-
CMYK0.070.1500.14
HSL271.88º30.77%79.61%-
HSV(B)271.88º14.61%85.88%-
XYZ55.4653.4974.42-
YUV195.73141.13133.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.44%
GREEN value IS 187 (73.44% from 255) = 30.66%
BLUE value IS 219 (85.94% from 255) = 35.90%
R=33.44%
G=30.66%
B=35.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041872190.070.1500.14271.8830.7779.61
HexCCBBDB7F0E1101f50
Octal31427333371701642037120
Binary110011001011101111011011111111101110100010000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBDB; }

 p { color: rgb(204,187,219); }

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

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

 a { background-color: rgb(204,187,219); }

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

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

 span { border-color: rgb(204,187,219); }

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