Html Css Color HEX #D5EFCA Snowy Mint

📋 copy color: '#D5EFCA'

red 213 ◦ green 239 ◦ blue 202

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

Shades of Snowy Mint #D5EFCA

Tints of Snowy Mint #D5EFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 30.89%

R = 32.57%
G = 36.54%
B = 30.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#D5EFCA (or 0xD5EFCA) is known color: Snowy Mint. HEX triplet: D5, EF and CA. RGB value is (213,239,202). Sum of RGB (Red+Green+Blue) = 213+239+202=654 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.57% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EFCA is #2A1035. Grayscale: #E3E3E3. Windows color (decimal): -2756662 or 13299669. OLE color: 13299669.

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

Color convert

RGB 213 239 202 -
CMYK 0.11 0 0.15 0.06
HSL 102.16º 0.54% 0.86% -
HSV(B) 102.16º 0.15% 0.94% -
XYZ 68.97 80.14 67.71 -
YUV 227.01 113.89 118.01 -
System Red Green Blue C M Y K H S L
Decimal 213 239 202 0.11 0 0.15 0.06 102.16 0.54 0.86
Hex D5 EF CA B 0 F 6 66 36 56
Octal 325 357 312 13 0 17 6 146 66 126
Binary 11010101 11101111 11001010 1011 0 1111 110 1100110 110110 1010110

Color Harmonies of #D5EFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EFCA

Black with #D5EFCA

Text Example


Text Example

White with #D5EFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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