Html Css Color HEX #CCCDB4 Moon Mist

📋 copy color: '#CCCDB4'

red 204 ◦ green 205 ◦ blue 180

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

Shades of Moon Mist #CCCDB4

Tints of Moon Mist #CCCDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.56%

R = 34.63%
G = 34.8%
B = 30.56%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CCCDB4 (or 0xCCCDB4) is known color: Moon Mist. HEX triplet: CC, CD and B4. RGB value is (204,205,180). Sum of RGB (Red+Green+Blue) = 204+205+180=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDB4 is #33324B. Grayscale: #C9C9C9. Windows color (decimal): -3355212 or 11849164. OLE color: 11849164.

HSL color Cylindrical-coordinate representation of color #CCCDB4: hue angle of 62.4º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCCDB4 is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 180 -
CMYK 0.00 0 0.12 0.20
HSL 62.4º 0.2% 0.75% -
HSV(B) 62.4º 0.12% 0.8% -
XYZ 54.97 59.8 51.82 -
YUV 201.85 115.67 129.53 -
System Red Green Blue C M Y K H S L
Decimal 204 205 180 0.00 0 0.12 0.20 62.4 0.2 0.75
Hex CC CD B4 0 0 C 14 3E 14 4B
Octal 314 315 264 0 0 14 24 76 24 113
Binary 11001100 11001101 10110100 0 0 1100 10100 111110 10100 1001011

Color Harmonies of #CCCDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCDB4

Black with #CCCDB4

Text Example


Text Example

White with #CCCDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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