Html Css Color HEX #CCCBB2 Moon Mist

📋 copy color: '#CCCBB2'

red 204 ◦ green 203 ◦ blue 178

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

Shades of Moon Mist #CCCBB2

Tints of Moon Mist #CCCBB2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.7%

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

R = 34.87%
G = 34.7%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CCCBB2 (or 0xCCCBB2) is known color: Moon Mist. HEX triplet: CC, CB and B2. RGB value is (204,203,178). Sum of RGB (Red+Green+Blue) = 204+203+178=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 178 (69.92% from 255 or 30.43% from 585); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCBB2 is #33344D. Grayscale: #C8C8C8. Windows color (decimal): -3355726 or 11717580. OLE color: 11717580.

HSL color Cylindrical-coordinate representation of color #CCCBB2: hue angle of 57.69º 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 #CCCBB2 is Cyan = 0, Magento = 0.00, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 203 178 -
CMYK 0 0.00 0.13 0.2
HSL 57.69º 0.2% 0.75% -
HSV(B) 57.69º 0.13% 0.8% -
XYZ 54.29 58.76 50.6 -
YUV 200.45 115.33 130.53 -
System Red Green Blue C M Y K H S L
Decimal 204 203 178 0 0.00 0.13 0.2 57.69 0.2 0.75
Hex CC CB B2 0 0 D 14 3A 14 4B
Octal 314 313 262 0 0 15 24 72 24 113
Binary 11001100 11001011 10110010 0 0 1101 10100 111010 10100 1001011

Color Harmonies of #CCCBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBB2

Black with #CCCBB2

Text Example


Text Example

White with #CCCBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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