Html Css Color HEX #D4EBA0 Reef

📋 copy color: '#D4EBA0'

red 212 ◦ green 235 ◦ blue 160

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

Shades of Reef #D4EBA0

Tints of Reef #D4EBA0

RGB

 RED value IS 212 (83.2% from 255) = 34.93%

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

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

R = 34.93%
G = 38.71%
B = 26.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#D4EBA0 (or 0xD4EBA0) is known color: Reef. HEX triplet: D4, EB and A0. RGB value is (212,235,160). Sum of RGB (Red+Green+Blue) = 212+235+160=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 160 (62.89% from 255 or 26.36% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EBA0 is #2B145F. Grayscale: #DBDBDB. Windows color (decimal): -2823264 or 10546132. OLE color: 10546132.

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

Color convert

RGB 212 235 160 -
CMYK 0.10 0 0.32 0.08
HSL 78.4º 0.65% 0.77% -
HSV(B) 78.4º 0.32% 0.92% -
XYZ 63.2 75.95 44.59 -
YUV 219.57 94.38 122.6 -
System Red Green Blue C M Y K H S L
Decimal 212 235 160 0.10 0 0.32 0.08 78.4 0.65 0.77
Hex D4 EB A0 A 0 20 8 4E 41 4D
Octal 324 353 240 12 0 40 10 116 101 115
Binary 11010100 11101011 10100000 1010 0 100000 1000 1001110 1000001 1001101

Color Harmonies of #D4EBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EBA0

Black with #D4EBA0

Text Example


Text Example

White with #D4EBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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