#CCBBD2

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

Shades of Prelude #CCBBD2

Tints of Prelude #CCBBD2

Color information

#CCBBD2 (or 0xCCBBD2) is unknown color: approx Prelude. HEX triplet: CC, BB and D2. RGB value is (204,187,210). Sum of RGB (Red+Green+Blue) = 204+187+210=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCBBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBD2 is #33442D. Grayscale: #C2C2C2. Windows color (decimal): -3359790 or 13810636. OLE color: 13810636.

HSL color Cylindrical-coordinate representation of color #CCBBD2: hue angle of 284.35º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCBBD2 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204187210-
CMYK0.030.1100.18
HSL284.35º20.35%77.84%-
HSV(B)284.35º10.95%82.35%-
XYZ54.3153.0368.35-
YUV194.7136.63134.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 187 (73.44% from 255) = 31.11%
BLUE value IS 210 (82.42% from 255) = 34.94%
R=33.94%
G=31.11%
B=34.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041872100.030.1100.18284.3520.3577.84
HexCCBBD23B01211c144e
Octal31427332231302243424116
Binary110011001011101111010010111011010010100011100101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBD2; }

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

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

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

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

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

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

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

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