Html Css Color HEX #D7EBA0 Reef

📋 copy color: '#D7EBA0'

red 215 ◦ green 235 ◦ blue 160

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

Shades of Reef #D7EBA0

Tints of Reef #D7EBA0

RGB

 RED value IS 215 (84.38% from 255) = 35.25%

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

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

R = 35.25%
G = 38.52%
B = 26.23%

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

#D7EBA0 (or 0xD7EBA0) is known color: Reef. HEX triplet: D7, EB and A0. RGB value is (215,235,160). Sum of RGB (Red+Green+Blue) = 215+235+160=610 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.25% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 160 (62.89% from 255 or 26.23% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #D7EBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7EBA0 is #28145F. Grayscale: #DCDCDC. Windows color (decimal): -2626656 or 10546135. OLE color: 10546135.

HSL color Cylindrical-coordinate representation of color #D7EBA0: hue angle of 76º 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 #D7EBA0 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 235 160 -
CMYK 0.09 0 0.32 0.08
HSL 76º 0.65% 0.77% -
HSV(B) 76º 0.32% 0.92% -
XYZ 64.08 76.4 44.63 -
YUV 220.47 93.87 124.1 -
System Red Green Blue C M Y K H S L
Decimal 215 235 160 0.09 0 0.32 0.08 76 0.65 0.77
Hex D7 EB A0 9 0 20 8 4C 41 4D
Octal 327 353 240 11 0 40 10 114 101 115
Binary 11010111 11101011 10100000 1001 0 100000 1000 1001100 1000001 1001101

Color Harmonies of #D7EBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7EBA0

Black with #D7EBA0

Text Example


Text Example

White with #D7EBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7EBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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