#CCCDB5

Color #CCCDB5 Moon Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Mist #CCCDB5

Tints of Moon Mist #CCCDB5

Color information

#CCCDB5 (or 0xCCCDB5) is unknown color: approx Moon Mist. HEX triplet: CC, CD and B5. RGB value is (204,205,181). Sum of RGB (Red+Green+Blue) = 204+205+181=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 181 (71.09% from 255 or 30.68% from 590); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDB5 is #33324A. Grayscale: #CACACA. Windows color (decimal): -3355211 or 11914700. OLE color: 11914700.

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

Color convert

RGB204205181-
CMYK0.0000.120.20
HSL62.5º19.35%75.69%-
HSV(B)62.5º11.71%80.39%-
XYZ55.0759.8452.36-
YUV201.96116.17129.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.58%
GREEN value IS 205 (80.47% from 255) = 34.75%
BLUE value IS 181 (71.09% from 255) = 30.68%
R=34.58%
G=34.75%
B=30.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051810.0000.120.2062.519.3575.69
HexCCCDB500C143e134c
Octal3143152650014247623114
Binary11001100110011011011010100110010100111110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDB5; }

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

 H1.HeaderClassName
 {
   color: #CCCDB5;
 }
 .AnyTagClassName
 {
   color: #CCCDB5;
 }
</style>
background-color css

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

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

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

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

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

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