Html Css Color HEX #D5EDCE Snowy Mint

📋 copy color: '#D5EDCE'

red 213 ◦ green 237 ◦ blue 206

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

Shades of Snowy Mint #D5EDCE

Tints of Snowy Mint #D5EDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.4%

R = 32.47%
G = 36.13%
B = 31.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#D5EDCE (or 0xD5EDCE) is known color: Snowy Mint. HEX triplet: D5, ED and CE. RGB value is (213,237,206). Sum of RGB (Red+Green+Blue) = 213+237+206=656 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.47% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EDCE is #2A1231. Grayscale: #E2E2E2. Windows color (decimal): -2757170 or 13561301. OLE color: 13561301.

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

Color convert

RGB 213 237 206 -
CMYK 0.10 0 0.13 0.07
HSL 106.45º 0.46% 0.87% -
HSV(B) 106.45º 0.13% 0.93% -
XYZ 68.87 79.17 70.04 -
YUV 226.29 116.55 118.52 -
System Red Green Blue C M Y K H S L
Decimal 213 237 206 0.10 0 0.13 0.07 106.45 0.46 0.87
Hex D5 ED CE A 0 D 7 6A 2E 57
Octal 325 355 316 12 0 15 7 152 56 127
Binary 11010101 11101101 11001110 1010 0 1101 111 1101010 101110 1010111

Color Harmonies of #D5EDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EDCE

Black with #D5EDCE

Text Example


Text Example

White with #D5EDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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