Html Css Color HEX #D2EDCB Snowy Mint

📋 copy color: '#D2EDCB'

red 210 ◦ green 237 ◦ blue 203

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

Shades of Snowy Mint #D2EDCB

Tints of Snowy Mint #D2EDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.23%

R = 32.31%
G = 36.46%
B = 31.23%

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

#D2EDCB (or 0xD2EDCB) is known color: Snowy Mint. HEX triplet: D2, ED and CB. RGB value is (210,237,203). Sum of RGB (Red+Green+Blue) = 210+237+203=650 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.31% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EDCB is #2D1234. Grayscale: #E1E1E1. Windows color (decimal): -2953781 or 13364690. OLE color: 13364690.

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

Color convert

RGB 210 237 203 -
CMYK 0.11 0 0.14 0.07
HSL 107.65º 0.49% 0.86% -
HSV(B) 107.65º 0.14% 0.93% -
XYZ 67.64 78.58 68.1 -
YUV 225.05 115.55 117.26 -
System Red Green Blue C M Y K H S L
Decimal 210 237 203 0.11 0 0.14 0.07 107.65 0.49 0.86
Hex D2 ED CB B 0 E 7 6C 31 56
Octal 322 355 313 13 0 16 7 154 61 126
Binary 11010010 11101101 11001011 1011 0 1110 111 1101100 110001 1010110

Color Harmonies of #D2EDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EDCB

Black with #D2EDCB

Text Example


Text Example

White with #D2EDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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