Html Css Color HEX #CCCBBD Moon Mist

📋 copy color: '#CCCBBD'

red 204 ◦ green 203 ◦ blue 189

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

Shades of Moon Mist #CCCBBD

Tints of Moon Mist #CCCBBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.71%

R = 34.23%
G = 34.06%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CCCBBD (or 0xCCCBBD) is known color: Moon Mist. HEX triplet: CC, CB and BD. RGB value is (204,203,189). Sum of RGB (Red+Green+Blue) = 204+203+189=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBBD is #333442. Grayscale: #C9C9C9. Windows color (decimal): -3355715 or 12438476. OLE color: 12438476.

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

Color convert

RGB 204 203 189 -
CMYK 0 0.00 0.07 0.2
HSL 56º 0.13% 0.77% -
HSV(B) 56º 0.07% 0.8% -
XYZ 55.44 59.22 56.65 -
YUV 201.7 120.83 129.64 -
System Red Green Blue C M Y K H S L
Decimal 204 203 189 0 0.00 0.07 0.2 56 0.13 0.77
Hex CC CB BD 0 0 7 14 38 D 4D
Octal 314 313 275 0 0 7 24 70 15 115
Binary 11001100 11001011 10111101 0 0 111 10100 111000 1101 1001101

Color Harmonies of #CCCBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBBD

Black with #CCCBBD

Text Example


Text Example

White with #CCCBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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