Html Css Color HEX #CCCDBC Moon Mist

📋 copy color: '#CCCDBC'

red 204 ◦ green 205 ◦ blue 188

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

Shades of Moon Mist #CCCDBC

Tints of Moon Mist #CCCDBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.49%

R = 34.17%
G = 34.34%
B = 31.49%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CCCDBC (or 0xCCCDBC) is known color: Moon Mist. HEX triplet: CC, CD and BC. RGB value is (204,205,188). Sum of RGB (Red+Green+Blue) = 204+205+188=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDBC is #333243. Grayscale: #CACACA. Windows color (decimal): -3355204 or 12373452. OLE color: 12373452.

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

Color convert

RGB 204 205 188 -
CMYK 0.00 0 0.08 0.20
HSL 63.53º 0.15% 0.77% -
HSV(B) 63.53º 0.08% 0.8% -
XYZ 55.81 60.13 56.24 -
YUV 202.76 119.67 128.88 -
System Red Green Blue C M Y K H S L
Decimal 204 205 188 0.00 0 0.08 0.20 63.53 0.15 0.77
Hex CC CD BC 0 0 8 14 40 F 4D
Octal 314 315 274 0 0 10 24 100 17 115
Binary 11001100 11001101 10111100 0 0 1000 10100 1000000 1111 1001101

Color Harmonies of #CCCDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCDBC

Black with #CCCDBC

Text Example


Text Example

White with #CCCDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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