Html Css Color HEX #D4EBCD Snowy Mint

📋 copy color: '#D4EBCD'

red 212 ◦ green 235 ◦ blue 205

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

Shades of Snowy Mint #D4EBCD

Tints of Snowy Mint #D4EBCD

RGB

 RED value IS 212 (83.2% from 255) = 32.52%

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

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

R = 32.52%
G = 36.04%
B = 31.44%

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

#D4EBCD (or 0xD4EBCD) is known color: Snowy Mint. HEX triplet: D4, EB and CD. RGB value is (212,235,205). Sum of RGB (Red+Green+Blue) = 212+235+205=652 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.52% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EBCD is #2B1432. Grayscale: #E0E0E0. Windows color (decimal): -2823219 or 13495252. OLE color: 13495252.

HSL color Cylindrical-coordinate representation of color #D4EBCD: hue angle of 106º 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 #D4EBCD is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 235 205 -
CMYK 0.10 0 0.13 0.08
HSL 106º 0.43% 0.86% -
HSV(B) 106º 0.13% 0.92% -
XYZ 67.88 77.82 69.2 -
YUV 224.7 116.88 118.94 -
System Red Green Blue C M Y K H S L
Decimal 212 235 205 0.10 0 0.13 0.08 106 0.43 0.86
Hex D4 EB CD A 0 D 8 6A 2B 56
Octal 324 353 315 12 0 15 10 152 53 126
Binary 11010100 11101011 11001101 1010 0 1101 1000 1101010 101011 1010110

Color Harmonies of #D4EBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EBCD

Black with #D4EBCD

Text Example


Text Example

White with #D4EBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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