Html Css Color HEX #CCCCBD Moon Mist

📋 copy color: '#CCCCBD'

red 204 ◦ green 204 ◦ blue 189

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

Shades of Moon Mist #CCCCBD

Tints of Moon Mist #CCCCBD

RGB

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

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

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

R = 34.17%
G = 34.17%
B = 31.66%

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

#CCCCBD (or 0xCCCCBD) is known color: Moon Mist. HEX triplet: CC, CC and BD. RGB value is (204,204,189). Sum of RGB (Red+Green+Blue) = 204+204+189=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCBD is #333342. Grayscale: #CACACA. Windows color (decimal): -3355459 or 12438732. OLE color: 12438732.

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

Color convert

RGB 204 204 189 -
CMYK 0 0 0.07 0.2
HSL 60º 0.13% 0.77% -
HSV(B) 60º 0.07% 0.8% -
XYZ 55.68 59.7 56.73 -
YUV 202.29 120.5 129.22 -
System Red Green Blue C M Y K H S L
Decimal 204 204 189 0 0 0.07 0.2 60 0.13 0.77
Hex CC CC BD 0 0 7 14 3C D 4D
Octal 314 314 275 0 0 7 24 74 15 115
Binary 11001100 11001100 10111101 0 0 111 10100 111100 1101 1001101

Color Harmonies of #CCCCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCBD

Black with #CCCCBD

Text Example


Text Example

White with #CCCCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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