Html Css Color HEX #CCCDBB Moon Mist

📋 copy color: '#CCCDBB'

red 204 ◦ green 205 ◦ blue 187

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

Shades of Moon Mist #CCCDBB

Tints of Moon Mist #CCCDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.38%

R = 34.23%
G = 34.4%
B = 31.38%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CCCDBB (or 0xCCCDBB) is known color: Moon Mist. HEX triplet: CC, CD and BB. RGB value is (204,205,187). Sum of RGB (Red+Green+Blue) = 204+205+187=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDBB is #333244. Grayscale: #CACACA. Windows color (decimal): -3355205 or 12307916. OLE color: 12307916.

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

Color convert

RGB 204 205 187 -
CMYK 0.00 0 0.09 0.20
HSL 63.33º 0.15% 0.77% -
HSV(B) 63.33º 0.09% 0.8% -
XYZ 55.7 60.09 55.68 -
YUV 202.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 204 205 187 0.00 0 0.09 0.20 63.33 0.15 0.77
Hex CC CD BB 0 0 9 14 3F F 4D
Octal 314 315 273 0 0 11 24 77 17 115
Binary 11001100 11001101 10111011 0 0 1001 10100 111111 1111 1001101

Color Harmonies of #CCCDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCDBB

Black with #CCCDBB

Text Example


Text Example

White with #CCCDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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