Html Css Color HEX #D6EBA0 Reef

📋 copy color: '#D6EBA0'

red 214 ◦ green 235 ◦ blue 160

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

Shades of Reef #D6EBA0

Tints of Reef #D6EBA0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.59%

 BLUE value IS 160 (62.89% from 255) = 26.27%

R = 35.14%
G = 38.59%
B = 26.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#D6EBA0 (or 0xD6EBA0) is known color: Reef. HEX triplet: D6, EB and A0. RGB value is (214,235,160). Sum of RGB (Red+Green+Blue) = 214+235+160=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 160 (62.89% from 255 or 26.27% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EBA0 is #29145F. Grayscale: #DCDCDC. Windows color (decimal): -2692192 or 10546134. OLE color: 10546134.

HSL color Cylindrical-coordinate representation of color #D6EBA0: hue angle of 76.8º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6EBA0 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 235 160 -
CMYK 0.09 0 0.32 0.08
HSL 76.8º 0.65% 0.77% -
HSV(B) 76.8º 0.32% 0.92% -
XYZ 63.79 76.25 44.61 -
YUV 220.17 94.04 123.6 -
System Red Green Blue C M Y K H S L
Decimal 214 235 160 0.09 0 0.32 0.08 76.8 0.65 0.77
Hex D6 EB A0 9 0 20 8 4D 41 4D
Octal 326 353 240 11 0 40 10 115 101 115
Binary 11010110 11101011 10100000 1001 0 100000 1000 1001101 1000001 1001101

Color Harmonies of #D6EBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EBA0

Black with #D6EBA0

Text Example


Text Example

White with #D6EBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EBA0; }

 p { color: rgb(214,235,160); }

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

background-color css

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

 a { background-color: rgb(214,235,160); }

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

border-color css

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

 span { border-color: rgb(214,235,160); }

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