Html Css Color HEX #CCCCB2 Moon Mist

📋 copy color: '#CCCCB2'

red 204 ◦ green 204 ◦ blue 178

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

Shades of Moon Mist #CCCCB2

Tints of Moon Mist #CCCCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.38%

R = 34.81%
G = 34.81%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CCCCB2 (or 0xCCCCB2) is known color: Moon Mist. HEX triplet: CC, CC and B2. RGB value is (204,204,178). Sum of RGB (Red+Green+Blue) = 204+204+178=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 178 (69.92% from 255 or 30.38% from 586); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCCB2 is #33334D. Grayscale: #C9C9C9. Windows color (decimal): -3355470 or 11717836. OLE color: 11717836.

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

Color convert

RGB 204 204 178 -
CMYK 0 0 0.13 0.2
HSL 60º 0.2% 0.75% -
HSV(B) 60º 0.13% 0.8% -
XYZ 54.53 59.24 50.68 -
YUV 201.04 115 130.11 -
System Red Green Blue C M Y K H S L
Decimal 204 204 178 0 0 0.13 0.2 60 0.2 0.75
Hex CC CC B2 0 0 D 14 3C 14 4B
Octal 314 314 262 0 0 15 24 74 24 113
Binary 11001100 11001100 10110010 0 0 1101 10100 111100 10100 1001011

Color Harmonies of #CCCCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCB2

Black with #CCCCB2

Text Example


Text Example

White with #CCCCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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