Html Css Color HEX #D2EFCA Snowy Mint

📋 copy color: '#D2EFCA'

red 210 ◦ green 239 ◦ blue 202

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

Shades of Snowy Mint #D2EFCA

Tints of Snowy Mint #D2EFCA

RGB

 RED value IS 210 (82.42% from 255) = 32.26%

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

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

R = 32.26%
G = 36.71%
B = 31.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#D2EFCA (or 0xD2EFCA) is known color: Snowy Mint. HEX triplet: D2, EF and CA. RGB value is (210,239,202). Sum of RGB (Red+Green+Blue) = 210+239+202=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFCA is #2D1035. Grayscale: #E2E2E2. Windows color (decimal): -2953270 or 13299666. OLE color: 13299666.

HSL color Cylindrical-coordinate representation of color #D2EFCA: hue angle of 107.03º 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 #D2EFCA is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 239 202 -
CMYK 0.12 0 0.15 0.06
HSL 107.03º 0.54% 0.86% -
HSV(B) 107.03º 0.15% 0.94% -
XYZ 68.11 79.7 67.67 -
YUV 226.11 114.39 116.51 -
System Red Green Blue C M Y K H S L
Decimal 210 239 202 0.12 0 0.15 0.06 107.03 0.54 0.86
Hex D2 EF CA C 0 F 6 6B 36 56
Octal 322 357 312 14 0 17 6 153 66 126
Binary 11010010 11101111 11001010 1100 0 1111 110 1101011 110110 1010110

Color Harmonies of #D2EFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EFCA

Black with #D2EFCA

Text Example


Text Example

White with #D2EFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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