Html Css Color HEX #D5EDCD Snowy Mint

📋 copy color: '#D5EDCD'

red 213 ◦ green 237 ◦ blue 205

#D5EDCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snowy Mint #D5EDCD

Tints of Snowy Mint #D5EDCD

RGB

 RED value IS 213 (83.59% from 255) = 32.52%

 GREEN value IS 237 (92.97% from 255) = 36.18%

 BLUE value IS 205 (80.47% from 255) = 31.3%

R = 32.52%
G = 36.18%
B = 31.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#D5EDCD (or 0xD5EDCD) is known color: Snowy Mint. HEX triplet: D5, ED and CD. RGB value is (213,237,205). Sum of RGB (Red+Green+Blue) = 213+237+205=655 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.52% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EDCD is #2A1232. Grayscale: #E2E2E2. Windows color (decimal): -2757171 or 13495765. OLE color: 13495765.

HSL color Cylindrical-coordinate representation of color #D5EDCD: hue angle of 105º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5EDCD is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 237 205 -
CMYK 0.10 0 0.14 0.07
HSL 105º 0.47% 0.87% -
HSV(B) 105º 0.14% 0.93% -
XYZ 68.74 79.12 69.41 -
YUV 226.18 116.05 118.6 -
System Red Green Blue C M Y K H S L
Decimal 213 237 205 0.10 0 0.14 0.07 105 0.47 0.87
Hex D5 ED CD A 0 E 7 69 2F 57
Octal 325 355 315 12 0 16 7 151 57 127
Binary 11010101 11101101 11001101 1010 0 1110 111 1101001 101111 1010111

Color Harmonies of #D5EDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EDCD

Black with #D5EDCD

Text Example


Text Example

White with #D5EDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EDCD; }

 p { color: rgb(213,237,205); }

 H1.HeaderClassName
 {
   color: #D5EDCD;
 }
 .AnyTagClassName
 {
   color: #D5EDCD;
 }
</style>

background-color css

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

 a { background-color: rgb(213,237,205); }

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

border-color css

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

 span { border-color: rgb(213,237,205); }

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