Html Css Color HEX #CCCCBE Moon Mist

📋 copy color: '#CCCCBE'

red 204 ◦ green 204 ◦ blue 190

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

Shades of Moon Mist #CCCCBE

Tints of Moon Mist #CCCCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.77%

R = 34.11%
G = 34.11%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CCCCBE (or 0xCCCCBE) is known color: Moon Mist. HEX triplet: CC, CC and BE. RGB value is (204,204,190). Sum of RGB (Red+Green+Blue) = 204+204+190=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCBE is #333341. Grayscale: #CACACA. Windows color (decimal): -3355458 or 12504268. OLE color: 12504268.

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

Color convert

RGB 204 204 190 -
CMYK 0 0 0.07 0.2
HSL 60º 0.12% 0.77% -
HSV(B) 60º 0.07% 0.8% -
XYZ 55.79 59.74 57.31 -
YUV 202.4 121 129.14 -
System Red Green Blue C M Y K H S L
Decimal 204 204 190 0 0 0.07 0.2 60 0.12 0.77
Hex CC CC BE 0 0 7 14 3C C 4D
Octal 314 314 276 0 0 7 24 74 14 115
Binary 11001100 11001100 10111110 0 0 111 10100 111100 1100 1001101

Color Harmonies of #CCCCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCBE

Black with #CCCCBE

Text Example


Text Example

White with #CCCCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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