Html Css Color HEX #D6EDCD Snowy Mint

📋 copy color: '#D6EDCD'

red 214 ◦ green 237 ◦ blue 205

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

Shades of Snowy Mint #D6EDCD

Tints of Snowy Mint #D6EDCD

RGB

 RED value IS 214 (83.98% from 255) = 32.62%

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

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

R = 32.62%
G = 36.13%
B = 31.25%

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

#D6EDCD (or 0xD6EDCD) is known color: Snowy Mint. HEX triplet: D6, ED and CD. RGB value is (214,237,205). Sum of RGB (Red+Green+Blue) = 214+237+205=656 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.62% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EDCD is #291232. Grayscale: #E2E2E2. Windows color (decimal): -2691635 or 13495766. OLE color: 13495766.

HSL color Cylindrical-coordinate representation of color #D6EDCD: hue angle of 103.12º 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 #D6EDCD is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 237 205 -
CMYK 0.10 0 0.14 0.07
HSL 103.13º 0.47% 0.87% -
HSV(B) 103.13º 0.14% 0.93% -
XYZ 69.04 79.27 69.42 -
YUV 226.48 115.88 119.1 -
System Red Green Blue C M Y K H S L
Decimal 214 237 205 0.10 0 0.14 0.07 103.13 0.47 0.87
Hex D6 ED CD A 0 E 7 67 2F 57
Octal 326 355 315 12 0 16 7 147 57 127
Binary 11010110 11101101 11001101 1010 0 1110 111 1100111 101111 1010111

Color Harmonies of #D6EDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EDCD

Black with #D6EDCD

Text Example


Text Example

White with #D6EDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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