Html Css Color HEX #D6EFCD Snowy Mint

📋 copy color: '#D6EFCD'

red 214 ◦ green 239 ◦ blue 205

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

Shades of Snowy Mint #D6EFCD

Tints of Snowy Mint #D6EFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.16%

R = 32.52%
G = 36.32%
B = 31.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#D6EFCD (or 0xD6EFCD) is known color: Snowy Mint. HEX triplet: D6, EF and CD. RGB value is (214,239,205). Sum of RGB (Red+Green+Blue) = 214+239+205=658 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.52% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EFCD is #291032. Grayscale: #E3E3E3. Windows color (decimal): -2691123 or 13496278. OLE color: 13496278.

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

Color convert

RGB 214 239 205 -
CMYK 0.10 0 0.14 0.06
HSL 104.12º 0.52% 0.87% -
HSV(B) 104.12º 0.14% 0.94% -
XYZ 69.62 80.44 69.61 -
YUV 227.65 115.22 118.26 -
System Red Green Blue C M Y K H S L
Decimal 214 239 205 0.10 0 0.14 0.06 104.12 0.52 0.87
Hex D6 EF CD A 0 E 6 68 34 57
Octal 326 357 315 12 0 16 6 150 64 127
Binary 11010110 11101111 11001101 1010 0 1110 110 1101000 110100 1010111

Color Harmonies of #D6EFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EFCD

Black with #D6EFCD

Text Example


Text Example

White with #D6EFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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