Html Css Color HEX #D6EFCB Snowy Mint

📋 copy color: '#D6EFCB'

red 214 ◦ green 239 ◦ blue 203

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

Shades of Snowy Mint #D6EFCB

Tints of Snowy Mint #D6EFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 30.95%

R = 32.62%
G = 36.43%
B = 30.95%

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

#D6EFCB (or 0xD6EFCB) is known color: Snowy Mint. HEX triplet: D6, EF and CB. RGB value is (214,239,203). Sum of RGB (Red+Green+Blue) = 214+239+203=656 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.62% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EFCB is #291034. Grayscale: #E3E3E3. Windows color (decimal): -2691125 or 13365206. OLE color: 13365206.

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

Color convert

RGB 214 239 203 -
CMYK 0.10 0 0.15 0.06
HSL 101.67º 0.53% 0.87% -
HSV(B) 101.67º 0.15% 0.94% -
XYZ 69.38 80.34 68.35 -
YUV 227.42 114.22 118.43 -
System Red Green Blue C M Y K H S L
Decimal 214 239 203 0.10 0 0.15 0.06 101.67 0.53 0.87
Hex D6 EF CB A 0 F 6 66 35 57
Octal 326 357 313 12 0 17 6 146 65 127
Binary 11010110 11101111 11001011 1010 0 1111 110 1100110 110101 1010111

Color Harmonies of #D6EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EFCB

Black with #D6EFCB

Text Example


Text Example

White with #D6EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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