Html Css Color HEX #D2EDCA Snowy Mint

📋 copy color: '#D2EDCA'

red 210 ◦ green 237 ◦ blue 202

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

Shades of Snowy Mint #D2EDCA

Tints of Snowy Mint #D2EDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.12%

R = 32.36%
G = 36.52%
B = 31.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#D2EDCA (or 0xD2EDCA) is known color: Snowy Mint. HEX triplet: D2, ED and CA. RGB value is (210,237,202). Sum of RGB (Red+Green+Blue) = 210+237+202=649 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.36% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EDCA is #2D1235. Grayscale: #E1E1E1. Windows color (decimal): -2953782 or 13299154. OLE color: 13299154.

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

Color convert

RGB 210 237 202 -
CMYK 0.11 0 0.15 0.07
HSL 106.29º 0.49% 0.86% -
HSV(B) 106.29º 0.15% 0.93% -
XYZ 67.52 78.53 67.48 -
YUV 224.94 115.05 117.35 -
System Red Green Blue C M Y K H S L
Decimal 210 237 202 0.11 0 0.15 0.07 106.29 0.49 0.86
Hex D2 ED CA B 0 F 7 6A 31 56
Octal 322 355 312 13 0 17 7 152 61 126
Binary 11010010 11101101 11001010 1011 0 1111 111 1101010 110001 1010110

Color Harmonies of #D2EDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EDCA

Black with #D2EDCA

Text Example


Text Example

White with #D2EDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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