#D5F1CC

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

Shades of Snowy Mint #D5F1CC

Tints of Snowy Mint #D5F1CC

Color information

#D5F1CC (or 0xD5F1CC) is unknown color: approx Snowy Mint. HEX triplet: D5, F1 and CC. RGB value is (213,241,204). Sum of RGB (Red+Green+Blue) = 213+241+204=658 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.37% from 658); Green value is 241 (94.53% from 255 or 36.63% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F1CC is #2A0E33. Grayscale: #E4E4E4. Windows color (decimal): -2756148 or 13431253. OLE color: 13431253.

HSL color Cylindrical-coordinate representation of color #D5F1CC: hue angle of 105.41º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5F1CC is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB213241204-
CMYK0.1200.150.05
HSL105.41º56.92%87.25%-
HSV(B)105.41º15.35%94.51%-
XYZ69.7981.4269.16-
YUV228.41114.22117.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.37%
GREEN value IS 241 (94.53% from 255) = 36.63%
BLUE value IS 204 (80.08% from 255) = 31.00%
R=32.37%
G=36.63%
B=31.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132412040.1200.150.05105.4156.9287.25
HexD5F1CCC0F5693957
Octal32536131414017515171127
Binary11010101111100011100110011000111110111010011110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F1CC; }

 p { color: rgb(213,241,204); }

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

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

 a { background-color: rgb(213,241,204); }

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

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

 span { border-color: rgb(213,241,204); }

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