Html Css Color HEX #D5EACF Snowy Mint

📋 copy color: '#D5EACF'

red 213 ◦ green 234 ◦ blue 207

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

Shades of Snowy Mint #D5EACF

Tints of Snowy Mint #D5EACF

RGB

 RED value IS 213 (83.59% from 255) = 32.57%

 GREEN value IS 234 (91.8% from 255) = 35.78%

 BLUE value IS 207 (81.25% from 255) = 31.65%

R = 32.57%
G = 35.78%
B = 31.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#D5EACF (or 0xD5EACF) is known color: Snowy Mint. HEX triplet: D5, EA and CF. RGB value is (213,234,207). Sum of RGB (Red+Green+Blue) = 213+234+207=654 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.57% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EACF is #2A1530. Grayscale: #E0E0E0. Windows color (decimal): -2757937 or 13626069. OLE color: 13626069.

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

Color convert

RGB 213 234 207 -
CMYK 0.09 0 0.12 0.08
HSL 106.67º 0.39% 0.86% -
HSV(B) 106.67º 0.12% 0.92% -
XYZ 68.13 77.5 70.4 -
YUV 224.64 118.04 119.7 -
System Red Green Blue C M Y K H S L
Decimal 213 234 207 0.09 0 0.12 0.08 106.67 0.39 0.86
Hex D5 EA CF 9 0 C 8 6B 27 56
Octal 325 352 317 11 0 14 10 153 47 126
Binary 11010101 11101010 11001111 1001 0 1100 1000 1101011 100111 1010110

Color Harmonies of #D5EACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EACF

Black with #D5EACF

Text Example


Text Example

White with #D5EACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EACF; }

 p { color: rgb(213,234,207); }

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

background-color css

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

 a { background-color: rgb(213,234,207); }

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

border-color css

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

 span { border-color: rgb(213,234,207); }

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