Html Css Color HEX #CCCCD1 Ghost

📋 copy color: '#CCCCD1'

red 204 ◦ green 204 ◦ blue 209

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

Shades of Ghost #CCCCD1

Tints of Ghost #CCCCD1

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 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

#CCCCD1 (or 0xCCCCD1) is known color: 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

RGB 204 204 209 -
CMYK 0.02 0.02 0 0.18
HSL 240º 0.05% 0.81% -
HSV(B) 240º 0.02% 0.82% -
XYZ 58 60.63 68.97 -
YUV 204.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 204 204 209 0.02 0.02 0 0.18 240 0.05 0.81
Hex CC CC D1 2 2 0 12 F0 5 51
Octal 314 314 321 2 2 0 22 360 5 121
Binary 11001100 11001100 11010001 10 10 0 10010 11110000 101 1010001

Color Harmonies of #CCCCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCD1

Black with #CCCCD1

Text Example


Text Example

White with #CCCCD1

Text Example


Text Example

HTML Codes & Css Web 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>