#CCCBD2

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

Shades of Ghost #CCCBD2

Tints of Ghost #CCCBD2

Color information

#CCCBD2 (or 0xCCCBD2) is unknown color: approx Ghost. HEX triplet: CC, CB and D2. RGB value is (204,203,210). Sum of RGB (Red+Green+Blue) = 204+203+210=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCCBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBD2 is #33342D. Grayscale: #CCCCCC. Windows color (decimal): -3355694 or 13814732. OLE color: 13814732.

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

Color convert

RGB204203210-
CMYK0.030.0300.18
HSL248.57º7.22%80.98%-
HSV(B)248.57º3.33%82.35%-
XYZ57.8960.269.54-
YUV204.1131.33127.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 203 (79.69% from 255) = 32.90%
BLUE value IS 210 (82.42% from 255) = 34.04%
R=33.06%
G=32.90%
B=34.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042032100.030.0300.18248.577.2280.98
HexCCCBD233012f9751
Octal314313322330223717121
Binary1100110011001011110100101111010010111110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBD2; }

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

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

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

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

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

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

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

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