Html Css Color HEX #D5EFCE Snowy Mint

📋 copy color: '#D5EFCE'

red 213 ◦ green 239 ◦ blue 206

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

Shades of Snowy Mint #D5EFCE

Tints of Snowy Mint #D5EFCE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.32%

 BLUE value IS 206 (80.86% from 255) = 31.31%

R = 32.37%
G = 36.32%
B = 31.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#D5EFCE (or 0xD5EFCE) is known color: Snowy Mint. HEX triplet: D5, EF and CE. RGB value is (213,239,206). Sum of RGB (Red+Green+Blue) = 213+239+206=658 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.37% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EFCE is #2A1031. Grayscale: #E3E3E3. Windows color (decimal): -2756658 or 13561813. OLE color: 13561813.

HSL color Cylindrical-coordinate representation of color #D5EFCE: hue angle of 107.27º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5EFCE is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 239 206 -
CMYK 0.11 0 0.14 0.06
HSL 107.27º 0.51% 0.87% -
HSV(B) 107.27º 0.14% 0.94% -
XYZ 69.45 80.34 70.24 -
YUV 227.46 115.89 117.68 -
System Red Green Blue C M Y K H S L
Decimal 213 239 206 0.11 0 0.14 0.06 107.27 0.51 0.87
Hex D5 EF CE B 0 E 6 6B 33 57
Octal 325 357 316 13 0 16 6 153 63 127
Binary 11010101 11101111 11001110 1011 0 1110 110 1101011 110011 1010111

Color Harmonies of #D5EFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EFCE

Black with #D5EFCE

Text Example


Text Example

White with #D5EFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EFCE; }

 p { color: rgb(213,239,206); }

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

background-color css

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

 a { background-color: rgb(213,239,206); }

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

border-color css

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

 span { border-color: rgb(213,239,206); }

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