Html Css Color HEX #D3EBCD Snowy Mint

📋 copy color: '#D3EBCD'

red 211 ◦ green 235 ◦ blue 205

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

Shades of Snowy Mint #D3EBCD

Tints of Snowy Mint #D3EBCD

RGB

 RED value IS 211 (82.81% from 255) = 32.41%

 GREEN value IS 235 (92.19% from 255) = 36.1%

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

R = 32.41%
G = 36.1%
B = 31.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#D3EBCD (or 0xD3EBCD) is known color: Snowy Mint. HEX triplet: D3, EB and CD. RGB value is (211,235,205). Sum of RGB (Red+Green+Blue) = 211+235+205=651 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.41% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EBCD is #2C1432. Grayscale: #E0E0E0. Windows color (decimal): -2888755 or 13495251. OLE color: 13495251.

HSL color Cylindrical-coordinate representation of color #D3EBCD: hue angle of 108º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3EBCD is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 235 205 -
CMYK 0.10 0 0.13 0.08
HSL 108º 0.43% 0.86% -
HSV(B) 108º 0.13% 0.92% -
XYZ 67.59 77.67 69.19 -
YUV 224.4 117.05 118.44 -
System Red Green Blue C M Y K H S L
Decimal 211 235 205 0.10 0 0.13 0.08 108 0.43 0.86
Hex D3 EB CD A 0 D 8 6C 2B 56
Octal 323 353 315 12 0 15 10 154 53 126
Binary 11010011 11101011 11001101 1010 0 1101 1000 1101100 101011 1010110

Color Harmonies of #D3EBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EBCD

Black with #D3EBCD

Text Example


Text Example

White with #D3EBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EBCD; }

 p { color: rgb(211,235,205); }

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

background-color css

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

 a { background-color: rgb(211,235,205); }

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

border-color css

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

 span { border-color: rgb(211,235,205); }

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