#CCBBD8

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

Shades of Prelude #CCBBD8

Tints of Prelude #CCBBD8

Color information

#CCBBD8 (or 0xCCBBD8) is unknown color: approx Prelude. HEX triplet: CC, BB and D8. RGB value is (204,187,216). Sum of RGB (Red+Green+Blue) = 204+187+216=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCBBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBD8 is #334427. Grayscale: #C3C3C3. Windows color (decimal): -3359784 or 14203852. OLE color: 14203852.

HSL color Cylindrical-coordinate representation of color #CCBBD8: hue angle of 275.17º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCBBD8 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204187216-
CMYK0.060.1300.15
HSL275.17º27.1%79.02%-
HSV(B)275.17º13.43%84.71%-
XYZ55.0753.3472.36-
YUV195.39139.63134.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 216 (84.77% from 255) = 35.58%
R=33.61%
G=30.81%
B=35.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041872160.060.1300.15275.1727.179.02
HexCCBBD86D0F1131b4f
Octal31427333061501742333117
Binary110011001011101111011000110110101111100010011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBD8; }

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

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

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

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

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

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

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

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