Html Css Color HEX #D6EFCF Snowy Mint

📋 copy color: '#D6EFCF'

red 214 ◦ green 239 ◦ blue 207

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

Shades of Snowy Mint #D6EFCF

Tints of Snowy Mint #D6EFCF

RGB

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

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

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

R = 32.42%
G = 36.21%
B = 31.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#D6EFCF (or 0xD6EFCF) is known color: Snowy Mint. HEX triplet: D6, EF and CF. RGB value is (214,239,207). Sum of RGB (Red+Green+Blue) = 214+239+207=660 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.42% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EFCF is #291030. Grayscale: #E3E3E3. Windows color (decimal): -2691121 or 13627350. OLE color: 13627350.

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

Color convert

RGB 214 239 207 -
CMYK 0.10 0 0.13 0.06
HSL 106.88º 0.5% 0.87% -
HSV(B) 106.88º 0.13% 0.94% -
XYZ 69.86 80.53 70.89 -
YUV 227.88 116.22 118.1 -
System Red Green Blue C M Y K H S L
Decimal 214 239 207 0.10 0 0.13 0.06 106.88 0.5 0.87
Hex D6 EF CF A 0 D 6 6B 32 57
Octal 326 357 317 12 0 15 6 153 62 127
Binary 11010110 11101111 11001111 1010 0 1101 110 1101011 110010 1010111

Color Harmonies of #D6EFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EFCF

Black with #D6EFCF

Text Example


Text Example

White with #D6EFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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