Html Css Color HEX #D8EBA0 Reef

📋 copy color: '#D8EBA0'

red 216 ◦ green 235 ◦ blue 160

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

Shades of Reef #D8EBA0

Tints of Reef #D8EBA0

RGB

 RED value IS 216 (84.77% from 255) = 35.35%

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

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

R = 35.35%
G = 38.46%
B = 26.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#D8EBA0 (or 0xD8EBA0) is known color: Reef. HEX triplet: D8, EB and A0. RGB value is (216,235,160). Sum of RGB (Red+Green+Blue) = 216+235+160=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 160 (62.89% from 255 or 26.19% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #D8EBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EBA0 is #27145F. Grayscale: #DDDDDD. Windows color (decimal): -2561120 or 10546136. OLE color: 10546136.

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

Color convert

RGB 216 235 160 -
CMYK 0.08 0 0.32 0.08
HSL 75.2º 0.65% 0.77% -
HSV(B) 75.2º 0.32% 0.92% -
XYZ 64.37 76.55 44.64 -
YUV 220.77 93.71 124.6 -
System Red Green Blue C M Y K H S L
Decimal 216 235 160 0.08 0 0.32 0.08 75.2 0.65 0.77
Hex D8 EB A0 8 0 20 8 4B 41 4D
Octal 330 353 240 10 0 40 10 113 101 115
Binary 11011000 11101011 10100000 1000 0 100000 1000 1001011 1000001 1001101

Color Harmonies of #D8EBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EBA0

Black with #D8EBA0

Text Example


Text Example

White with #D8EBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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