Html Css Color HEX #D2EDCC Snowy Mint

📋 copy color: '#D2EDCC'

red 210 ◦ green 237 ◦ blue 204

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

Shades of Snowy Mint #D2EDCC

Tints of Snowy Mint #D2EDCC

RGB

 RED value IS 210 (82.42% from 255) = 32.26%

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

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

R = 32.26%
G = 36.41%
B = 31.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#D2EDCC (or 0xD2EDCC) is known color: Snowy Mint. HEX triplet: D2, ED and CC. RGB value is (210,237,204). Sum of RGB (Red+Green+Blue) = 210+237+204=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EDCC is #2D1233. Grayscale: #E1E1E1. Windows color (decimal): -2953780 or 13430226. OLE color: 13430226.

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

Color convert

RGB 210 237 204 -
CMYK 0.11 0 0.14 0.07
HSL 109.09º 0.48% 0.86% -
HSV(B) 109.09º 0.14% 0.93% -
XYZ 67.76 78.63 68.73 -
YUV 225.17 116.05 117.18 -
System Red Green Blue C M Y K H S L
Decimal 210 237 204 0.11 0 0.14 0.07 109.09 0.48 0.86
Hex D2 ED CC B 0 E 7 6D 30 56
Octal 322 355 314 13 0 16 7 155 60 126
Binary 11010010 11101101 11001100 1011 0 1110 111 1101101 110000 1010110

Color Harmonies of #D2EDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EDCC

Black with #D2EDCC

Text Example


Text Example

White with #D2EDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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