Html Css Color HEX #CCCCBC Moon Mist

📋 copy color: '#CCCCBC'

red 204 ◦ green 204 ◦ blue 188

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

Shades of Moon Mist #CCCCBC

Tints of Moon Mist #CCCCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.54%

R = 34.23%
G = 34.23%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CCCCBC (or 0xCCCCBC) is known color: Moon Mist. HEX triplet: CC, CC and BC. RGB value is (204,204,188). Sum of RGB (Red+Green+Blue) = 204+204+188=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCBC is #333343. Grayscale: #CACACA. Windows color (decimal): -3355460 or 12373196. OLE color: 12373196.

HSL color Cylindrical-coordinate representation of color #CCCCBC: hue angle of 60º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCCCBC is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 204 188 -
CMYK 0 0 0.08 0.2
HSL 60º 0.14% 0.77% -
HSV(B) 60º 0.08% 0.8% -
XYZ 55.57 59.65 56.16 -
YUV 202.18 120 129.3 -
System Red Green Blue C M Y K H S L
Decimal 204 204 188 0 0 0.08 0.2 60 0.14 0.77
Hex CC CC BC 0 0 8 14 3C E 4D
Octal 314 314 274 0 0 10 24 74 16 115
Binary 11001100 11001100 10111100 0 0 1000 10100 111100 1110 1001101

Color Harmonies of #CCCCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCBC

Black with #CCCCBC

Text Example


Text Example

White with #CCCCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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