Html Css Color HEX #CCCDB9 Moon Mist

📋 copy color: '#CCCDB9'

red 204 ◦ green 205 ◦ blue 185

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

Shades of Moon Mist #CCCDB9

Tints of Moon Mist #CCCDB9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.51%

 BLUE value IS 185 (72.66% from 255) = 31.14%

R = 34.34%
G = 34.51%
B = 31.14%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CCCDB9 (or 0xCCCDB9) is known color: Moon Mist. HEX triplet: CC, CD and B9. RGB value is (204,205,185). Sum of RGB (Red+Green+Blue) = 204+205+185=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDB9 is #333246. Grayscale: #CACACA. Windows color (decimal): -3355207 or 12176844. OLE color: 12176844.

HSL color Cylindrical-coordinate representation of color #CCCDB9: hue angle of 63º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCCDB9 is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 185 -
CMYK 0.00 0 0.10 0.20
HSL 63º 0.17% 0.76% -
HSV(B) 63º 0.1% 0.8% -
XYZ 55.49 60 54.56 -
YUV 202.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 204 205 185 0.00 0 0.10 0.20 63 0.17 0.76
Hex CC CD B9 0 0 A 14 3F 11 4C
Octal 314 315 271 0 0 12 24 77 21 114
Binary 11001100 11001101 10111001 0 0 1010 10100 111111 10001 1001100

Color Harmonies of #CCCDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCDB9

Black with #CCCDB9

Text Example


Text Example

White with #CCCDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCDB9; }

 p { color: rgb(204,205,185); }

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

background-color css

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

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

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

border-color css

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

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

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