#CCBBD0

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

Shades of Prelude #CCBBD0

Tints of Prelude #CCBBD0

Color information

#CCBBD0 (or 0xCCBBD0) is unknown color: approx Prelude. HEX triplet: CC, BB and D0. RGB value is (204,187,208). Sum of RGB (Red+Green+Blue) = 204+187+208=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCBBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBD0 is #33442F. Grayscale: #C2C2C2. Windows color (decimal): -3359792 or 13679564. OLE color: 13679564.

HSL color Cylindrical-coordinate representation of color #CCBBD0: hue angle of 288.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCBBD0 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204187208-
CMYK0.020.1000.18
HSL288.57º18.26%77.45%-
HSV(B)288.57º10.1%81.57%-
XYZ54.0652.9367.04-
YUV194.48135.63134.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.06%
GREEN value IS 187 (73.44% from 255) = 31.22%
BLUE value IS 208 (81.64% from 255) = 34.72%
R=34.06%
G=31.22%
B=34.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041872080.020.1000.18288.5718.2677.45
HexCCBBD02A012121124d
Octal31427332021202244122115
Binary110011001011101111010000101010010010100100001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBD0; }

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

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

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

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

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

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

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

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