#CCCCD1

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

Shades of Ghost #CCCCD1

Tints of Ghost #CCCCD1

Color information

#CCCCD1 (or 0xCCCCD1) is unknown color: approx Ghost. HEX triplet: CC, CC and D1. RGB value is (204,204,209). Sum of RGB (Red+Green+Blue) = 204+204+209=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCCCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCD1 is #33332E. Grayscale: #CCCCCC. Windows color (decimal): -3355439 or 13749452. OLE color: 13749452.

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

Color convert

RGB204204209-
CMYK0.020.0200.18
HSL240º5.15%80.98%-
HSV(B)240º2.39%81.96%-
XYZ5860.6368.97-
YUV204.57130.5127.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 204 (80.08% from 255) = 33.06%
BLUE value IS 209 (82.03% from 255) = 33.87%
R=33.06%
G=33.06%
B=33.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042042090.020.0200.182405.1580.98
HexCCCCD122012f0551
Octal314314321220223605121
Binary1100110011001100110100011010010010111100001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCD1; }

 p { color: rgb(204,204,209); }

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

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

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

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

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

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

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