#D5F3CB

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

Shades of Snowy Mint #D5F3CB

Tints of Snowy Mint #D5F3CB

Color information

#D5F3CB (or 0xD5F3CB) is unknown color: approx Snowy Mint. HEX triplet: D5, F3 and CB. RGB value is (213,243,203). Sum of RGB (Red+Green+Blue) = 213+243+203=659 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.32% from 659); Green value is 243 (95.31% from 255 or 36.87% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F3CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F3CB is #2A0C34. Grayscale: #E5E5E5. Windows color (decimal): -2755637 or 13366229. OLE color: 13366229.

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

Color convert

RGB213243203-
CMYK0.1200.160.05
HSL105º62.5%87.45%-
HSV(B)105º16.46%95.29%-
XYZ70.2782.5668.73-
YUV229.47113.06116.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.32%
GREEN value IS 243 (95.31% from 255) = 36.87%
BLUE value IS 203 (79.69% from 255) = 30.80%
R=32.32%
G=36.87%
B=30.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132432030.1200.160.0510562.587.45
HexD5F3CBC0105693e57
Octal32536331314020515176127
Binary110101011111001111001011110001000010111010011111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F3CB; }

 p { color: rgb(213,243,203); }

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

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

 a { background-color: rgb(213,243,203); }

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

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

 span { border-color: rgb(213,243,203); }

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