#CCCBD5

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

Shades of Ghost #CCCBD5

Tints of Ghost #CCCBD5

Color information

#CCCBD5 (or 0xCCCBD5) is unknown color: approx Ghost. HEX triplet: CC, CB and D5. RGB value is (204,203,213). Sum of RGB (Red+Green+Blue) = 204+203+213=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCCBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBD5 is #33342A. Grayscale: #CCCCCC. Windows color (decimal): -3355691 or 14011340. OLE color: 14011340.

HSL color Cylindrical-coordinate representation of color #CCCBD5: hue angle of 246º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCCBD5 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204203213-
CMYK0.040.0500.16
HSL246º10.64%81.57%-
HSV(B)246º4.69%83.53%-
XYZ58.2760.3571.53-
YUV204.44132.83127.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 203 (79.69% from 255) = 32.74%
BLUE value IS 213 (83.59% from 255) = 34.35%
R=32.90%
G=32.74%
B=34.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042032130.040.0500.1624610.6481.57
HexCCCBD545010f6b52
Octal3143133254502036613122
Binary1100110011001011110101011001010100001111011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBD5; }

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

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

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

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

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

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

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

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