#CDFAC4

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

Shades of Snowy Mint #CDFAC4

Tints of Snowy Mint #CDFAC4

Color information

#CDFAC4 (or 0xCDFAC4) is unknown color: approx Snowy Mint. HEX triplet: CD, FA and C4. RGB value is (205,250,196). Sum of RGB (Red+Green+Blue) = 205+250+196=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 196 (76.95% from 255 or 30.11% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFAC4 is #32053B. Grayscale: #E6E6E6. Windows color (decimal): -3278140 or 12909261. OLE color: 12909261.

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

Color convert

RGB205250196-
CMYK0.1800.220.02
HSL110º84.38%87.45%-
HSV(B)110º21.6%98.04%-
XYZ69.3385.3465.04-
YUV230.39108.59109.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.49%
GREEN value IS 250 (98.05% from 255) = 38.40%
BLUE value IS 196 (76.95% from 255) = 30.11%
R=31.49%
G=38.40%
B=30.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052501960.1800.220.0211084.3887.45
HexCDFAC41201626e5457
Octal315372304220262156124127
Binary1100110111111010110001001001001011010110111010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFAC4; }

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

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

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

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

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

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

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

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