Html Css Color HEX #CCCCD0 Ghost

📋 copy color: '#CCCCD0'

red 204 ◦ green 204 ◦ blue 208

#CCCCD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ghost #CCCCD0

Tints of Ghost #CCCCD0

RGB

 RED value IS 204 (80.08% from 255) = 33.12%

 GREEN value IS 204 (80.08% from 255) = 33.12%

 BLUE value IS 208 (81.64% from 255) = 33.77%

R = 33.12%
G = 33.12%
B = 33.77%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CCCCD0 (or 0xCCCCD0) is known color: Ghost. HEX triplet: CC, CC and D0. RGB value is (204,204,208). Sum of RGB (Red+Green+Blue) = 204+204+208=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCCCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCD0 is #33332F. Grayscale: #CCCCCC. Windows color (decimal): -3355440 or 13683916. OLE color: 13683916.

HSL color Cylindrical-coordinate representation of color #CCCCD0: hue angle of 240º degrees, saturation: 0.04, 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 #CCCCD0 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 204 208 -
CMYK 0.02 0.02 0 0.18
HSL 240º 0.04% 0.81% -
HSV(B) 240º 0.02% 0.82% -
XYZ 57.88 60.58 68.32 -
YUV 204.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 204 204 208 0.02 0.02 0 0.18 240 0.04 0.81
Hex CC CC D0 2 2 0 12 F0 4 51
Octal 314 314 320 2 2 0 22 360 4 121
Binary 11001100 11001100 11010000 10 10 0 10010 11110000 100 1010001

Color Harmonies of #CCCCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCD0

Black with #CCCCD0

Text Example


Text Example

White with #CCCCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCD0; }

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

 H1.HeaderClassName
 {
   color: #CCCCD0;
 }
 .AnyTagClassName
 {
   color: #CCCCD0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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