#CCCBD3

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

Shades of Ghost #CCCBD3

Tints of Ghost #CCCBD3

Color information

#CCCBD3 (or 0xCCCBD3) is unknown color: approx Ghost. HEX triplet: CC, CB and D3. RGB value is (204,203,211). Sum of RGB (Red+Green+Blue) = 204+203+211=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCCBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBD3 is #33342C. Grayscale: #CCCCCC. Windows color (decimal): -3355693 or 13880268. OLE color: 13880268.

HSL color Cylindrical-coordinate representation of color #CCCBD3: hue angle of 247.5º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCCBD3 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB204203211-
CMYK0.030.0400.17
HSL247.5º8.33%81.18%-
HSV(B)247.5º3.79%82.75%-
XYZ58.0260.2570.2-
YUV204.21131.83127.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.01%
GREEN value IS 203 (79.69% from 255) = 32.85%
BLUE value IS 211 (82.81% from 255) = 34.14%
R=33.01%
G=32.85%
B=34.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042032110.030.0400.17247.58.3381.18
HexCCCBD334011f8851
Octal3143133233402137010121
Binary110011001100101111010011111000100011111100010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBD3; }

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

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

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

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

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

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

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

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