#CDFCC8

Color #CDFCC8 Snowy Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snowy Mint #CDFCC8

Tints of Snowy Mint #CDFCC8

Color information

#CDFCC8 (or 0xCDFCC8) is unknown color: approx Snowy Mint. HEX triplet: CD, FC and C8. RGB value is (205,252,200). Sum of RGB (Red+Green+Blue) = 205+252+200=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 252 (98.83% from 255 or 38.36% from 657); Blue value is 200 (78.52% from 255 or 30.44% from 657); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFCC8 is #320337. Grayscale: #E8E8E8. Windows color (decimal): -3277624 or 13171917. OLE color: 13171917.

HSL color Cylindrical-coordinate representation of color #CDFCC8: hue angle of 114.23º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDFCC8 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB205252200-
CMYK0.1900.210.01
HSL114.23º89.66%88.63%-
HSV(B)114.23º20.63%98.82%-
XYZ70.4186.7767.68-
YUV232.02109.93108.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.20%
GREEN value IS 252 (98.83% from 255) = 38.36%
BLUE value IS 200 (78.52% from 255) = 30.44%
R=31.20%
G=38.36%
B=30.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052522000.1900.210.01114.2389.6688.63
HexCDFCC8130151725a59
Octal315374310230251162132131
Binary110011011111110011001000100110101011111001010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFCC8; }

 p { color: rgb(205,252,200); }

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

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

 a { background-color: rgb(205,252,200); }

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

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

 span { border-color: rgb(205,252,200); }

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