Html Css Color HEX #D5EDCC Snowy Mint

📋 copy color: '#D5EDCC'

red 213 ◦ green 237 ◦ blue 204

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

Shades of Snowy Mint #D5EDCC

Tints of Snowy Mint #D5EDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.19%

R = 32.57%
G = 36.24%
B = 31.19%

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

#D5EDCC (or 0xD5EDCC) is known color: Snowy Mint. HEX triplet: D5, ED and CC. RGB value is (213,237,204). Sum of RGB (Red+Green+Blue) = 213+237+204=654 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.57% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EDCC is #2A1233. Grayscale: #E2E2E2. Windows color (decimal): -2757172 or 13430229. OLE color: 13430229.

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

Color convert

RGB 213 237 204 -
CMYK 0.10 0 0.14 0.07
HSL 103.64º 0.48% 0.86% -
HSV(B) 103.64º 0.14% 0.93% -
XYZ 68.62 79.07 68.77 -
YUV 226.06 115.55 118.68 -
System Red Green Blue C M Y K H S L
Decimal 213 237 204 0.10 0 0.14 0.07 103.64 0.48 0.86
Hex D5 ED CC A 0 E 7 68 30 56
Octal 325 355 314 12 0 16 7 150 60 126
Binary 11010101 11101101 11001100 1010 0 1110 111 1101000 110000 1010110

Color Harmonies of #D5EDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EDCC

Black with #D5EDCC

Text Example


Text Example

White with #D5EDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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