Html Css Color HEX #D6EFCA Snowy Mint

📋 copy color: '#D6EFCA'

red 214 ◦ green 239 ◦ blue 202

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

Shades of Snowy Mint #D6EFCA

Tints of Snowy Mint #D6EFCA

RGB

 RED value IS 214 (83.98% from 255) = 32.67%

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

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

R = 32.67%
G = 36.49%
B = 30.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#D6EFCA (or 0xD6EFCA) is known color: Snowy Mint. HEX triplet: D6, EF and CA. RGB value is (214,239,202). Sum of RGB (Red+Green+Blue) = 214+239+202=655 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.67% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EFCA is #291035. Grayscale: #E3E3E3. Windows color (decimal): -2691126 or 13299670. OLE color: 13299670.

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

Color convert

RGB 214 239 202 -
CMYK 0.10 0 0.15 0.06
HSL 100.54º 0.54% 0.86% -
HSV(B) 100.54º 0.15% 0.94% -
XYZ 69.26 80.29 67.72 -
YUV 227.31 113.72 118.51 -
System Red Green Blue C M Y K H S L
Decimal 214 239 202 0.10 0 0.15 0.06 100.54 0.54 0.86
Hex D6 EF CA A 0 F 6 65 36 56
Octal 326 357 312 12 0 17 6 145 66 126
Binary 11010110 11101111 11001010 1010 0 1111 110 1100101 110110 1010110

Color Harmonies of #D6EFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EFCA

Black with #D6EFCA

Text Example


Text Example

White with #D6EFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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