Html Css Color HEX #CCCBAD Moon Mist

📋 copy color: '#CCCBAD'

red 204 ◦ green 203 ◦ blue 173

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

Shades of Moon Mist #CCCBAD

Tints of Moon Mist #CCCBAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 29.83%

R = 35.17%
G = 35%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CCCBAD (or 0xCCCBAD) is known color: Moon Mist. HEX triplet: CC, CB and AD. RGB value is (204,203,173). Sum of RGB (Red+Green+Blue) = 204+203+173=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCBAD is #333452. Grayscale: #C8C8C8. Windows color (decimal): -3355731 or 11389900. OLE color: 11389900.

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

Color convert

RGB 204 203 173 -
CMYK 0 0.00 0.15 0.2
HSL 58.06º 0.23% 0.74% -
HSV(B) 58.06º 0.15% 0.8% -
XYZ 53.8 58.57 48 -
YUV 199.88 112.83 130.94 -
System Red Green Blue C M Y K H S L
Decimal 204 203 173 0 0.00 0.15 0.2 58.06 0.23 0.74
Hex CC CB AD 0 0 F 14 3A 17 4A
Octal 314 313 255 0 0 17 24 72 27 112
Binary 11001100 11001011 10101101 0 0 1111 10100 111010 10111 1001010

Color Harmonies of #CCCBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBAD

Black with #CCCBAD

Text Example


Text Example

White with #CCCBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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