Html Css Color HEX #CCCBBB Moon Mist

📋 copy color: '#CCCBBB'

red 204 ◦ green 203 ◦ blue 187

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

Shades of Moon Mist #CCCBBB

Tints of Moon Mist #CCCBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.48%

R = 34.34%
G = 34.18%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CCCBBB (or 0xCCCBBB) is known color: Moon Mist. HEX triplet: CC, CB and BB. RGB value is (204,203,187). Sum of RGB (Red+Green+Blue) = 204+203+187=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBBB is #333444. Grayscale: #C9C9C9. Windows color (decimal): -3355717 or 12307404. OLE color: 12307404.

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

Color convert

RGB 204 203 187 -
CMYK 0 0.00 0.08 0.2
HSL 56.47º 0.14% 0.77% -
HSV(B) 56.47º 0.08% 0.8% -
XYZ 55.23 59.14 55.52 -
YUV 201.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 204 203 187 0 0.00 0.08 0.2 56.47 0.14 0.77
Hex CC CB BB 0 0 8 14 38 E 4D
Octal 314 313 273 0 0 10 24 70 16 115
Binary 11001100 11001011 10111011 0 0 1000 10100 111000 1110 1001101

Color Harmonies of #CCCBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBBB

Black with #CCCBBB

Text Example


Text Example

White with #CCCBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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