Html Css Color HEX #CCCCB7 Moon Mist

📋 copy color: '#CCCCB7'

red 204 ◦ green 204 ◦ blue 183

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

Shades of Moon Mist #CCCCB7

Tints of Moon Mist #CCCCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 30.96%

R = 34.52%
G = 34.52%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CCCCB7 (or 0xCCCCB7) is known color: Moon Mist. HEX triplet: CC, CC and B7. RGB value is (204,204,183). Sum of RGB (Red+Green+Blue) = 204+204+183=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 183 (71.88% from 255 or 30.96% from 591); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCB7 is #333348. Grayscale: #C9C9C9. Windows color (decimal): -3355465 or 12045516. OLE color: 12045516.

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

Color convert

RGB 204 204 183 -
CMYK 0 0 0.10 0.2
HSL 60º 0.17% 0.76% -
HSV(B) 60º 0.1% 0.8% -
XYZ 55.04 59.44 53.37 -
YUV 201.61 117.5 129.71 -
System Red Green Blue C M Y K H S L
Decimal 204 204 183 0 0 0.10 0.2 60 0.17 0.76
Hex CC CC B7 0 0 A 14 3C 11 4C
Octal 314 314 267 0 0 12 24 74 21 114
Binary 11001100 11001100 10110111 0 0 1010 10100 111100 10001 1001100

Color Harmonies of #CCCCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCB7

Black with #CCCCB7

Text Example


Text Example

White with #CCCCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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