Html Css Color HEX #D6E2AF Tusk

📋 copy color: '#D6E2AF'

red 214 ◦ green 226 ◦ blue 175

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

Shades of Tusk #D6E2AF

Tints of Tusk #D6E2AF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.75%

 BLUE value IS 175 (68.75% from 255) = 28.46%

R = 34.8%
G = 36.75%
B = 28.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#D6E2AF (or 0xD6E2AF) is known color: Tusk. HEX triplet: D6, E2 and AF. RGB value is (214,226,175). Sum of RGB (Red+Green+Blue) = 214+226+175=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 226 (88.67% from 255 or 36.75% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E2AF is #291D50. Grayscale: #D8D8D8. Windows color (decimal): -2694481 or 11526870. OLE color: 11526870.

HSL color Cylindrical-coordinate representation of color #D6E2AF: hue angle of 74.12º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6E2AF is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 226 175 -
CMYK 0.05 0 0.23 0.11
HSL 74.12º 0.47% 0.79% -
HSV(B) 74.12º 0.23% 0.89% -
XYZ 62.67 71.78 51.11 -
YUV 216.6 104.52 126.15 -
System Red Green Blue C M Y K H S L
Decimal 214 226 175 0.05 0 0.23 0.11 74.12 0.47 0.79
Hex D6 E2 AF 5 0 17 B 4A 2F 4F
Octal 326 342 257 5 0 27 13 112 57 117
Binary 11010110 11100010 10101111 101 0 10111 1011 1001010 101111 1001111

Color Harmonies of #D6E2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E2AF

Black with #D6E2AF

Text Example


Text Example

White with #D6E2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E2AF; }

 p { color: rgb(214,226,175); }

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

background-color css

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

 a { background-color: rgb(214,226,175); }

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

border-color css

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

 span { border-color: rgb(214,226,175); }

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