#CDFAC8

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

Shades of Snowy Mint #CDFAC8

Tints of Snowy Mint #CDFAC8

Color information

#CDFAC8 (or 0xCDFAC8) is unknown color: approx Snowy Mint. HEX triplet: CD, FA and C8. RGB value is (205,250,200). Sum of RGB (Red+Green+Blue) = 205+250+200=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 200 (78.52% from 255 or 30.53% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFAC8 is #320537. Grayscale: #E7E7E7. Windows color (decimal): -3278136 or 13171405. OLE color: 13171405.

HSL color Cylindrical-coordinate representation of color #CDFAC8: hue angle of 114º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDFAC8 is Cyan = 0.18, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB205250200-
CMYK0.1800.20.02
HSL114º83.33%88.24%-
HSV(B)114º20%98.04%-
XYZ69.7985.5267.47-
YUV230.84110.59109.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.30%
GREEN value IS 250 (98.05% from 255) = 38.17%
BLUE value IS 200 (78.52% from 255) = 30.53%
R=31.30%
G=38.17%
B=30.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052502000.1800.20.0211483.3388.24
HexCDFAC8120142725358
Octal315372310220242162123130
Binary1100110111111010110010001001001010010111001010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFAC8; }

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

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

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

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

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

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

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

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