Html Css Color HEX #D5EBA4 Reef

📋 copy color: '#D5EBA4'

red 213 ◦ green 235 ◦ blue 164

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

Shades of Reef #D5EBA4

Tints of Reef #D5EBA4

RGB

 RED value IS 213 (83.59% from 255) = 34.8%

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

 BLUE value IS 164 (64.45% from 255) = 26.8%

R = 34.8%
G = 38.4%
B = 26.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#D5EBA4 (or 0xD5EBA4) is known color: Reef. HEX triplet: D5, EB and A4. RGB value is (213,235,164). Sum of RGB (Red+Green+Blue) = 213+235+164=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 164 (64.45% from 255 or 26.80% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EBA4 is #2A145B. Grayscale: #DCDCDC. Windows color (decimal): -2757724 or 10808277. OLE color: 10808277.

HSL color Cylindrical-coordinate representation of color #D5EBA4: hue angle of 78.59º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5EBA4 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 235 164 -
CMYK 0.09 0 0.30 0.08
HSL 78.59º 0.64% 0.78% -
HSV(B) 78.59º 0.3% 0.92% -
XYZ 63.85 76.24 46.47 -
YUV 220.33 96.21 122.77 -
System Red Green Blue C M Y K H S L
Decimal 213 235 164 0.09 0 0.30 0.08 78.59 0.64 0.78
Hex D5 EB A4 9 0 1E 8 4F 40 4E
Octal 325 353 244 11 0 36 10 117 100 116
Binary 11010101 11101011 10100100 1001 0 11110 1000 1001111 1000000 1001110

Color Harmonies of #D5EBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EBA4

Black with #D5EBA4

Text Example


Text Example

White with #D5EBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EBA4; }

 p { color: rgb(213,235,164); }

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

background-color css

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

 a { background-color: rgb(213,235,164); }

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

border-color css

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

 span { border-color: rgb(213,235,164); }

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