Html Css Color HEX #D1EBA0 Reef

📋 copy color: '#D1EBA0'

red 209 ◦ green 235 ◦ blue 160

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

Shades of Reef #D1EBA0

Tints of Reef #D1EBA0

RGB

 RED value IS 209 (82.03% from 255) = 34.6%

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

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

R = 34.6%
G = 38.91%
B = 26.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#D1EBA0 (or 0xD1EBA0) is known color: Reef. HEX triplet: D1, EB and A0. RGB value is (209,235,160). Sum of RGB (Red+Green+Blue) = 209+235+160=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EBA0 is #2E145F. Grayscale: #DADADA. Windows color (decimal): -3019872 or 10546129. OLE color: 10546129.

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

Color convert

RGB 209 235 160 -
CMYK 0.11 0 0.32 0.08
HSL 80.8º 0.65% 0.77% -
HSV(B) 80.8º 0.32% 0.92% -
XYZ 62.35 75.51 44.55 -
YUV 218.68 94.89 121.1 -
System Red Green Blue C M Y K H S L
Decimal 209 235 160 0.11 0 0.32 0.08 80.8 0.65 0.77
Hex D1 EB A0 B 0 20 8 51 41 4D
Octal 321 353 240 13 0 40 10 121 101 115
Binary 11010001 11101011 10100000 1011 0 100000 1000 1010001 1000001 1001101

Color Harmonies of #D1EBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EBA0

Black with #D1EBA0

Text Example


Text Example

White with #D1EBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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