Html Css Color HEX #D5EBA5 Reef

📋 copy color: '#D5EBA5'

red 213 ◦ green 235 ◦ blue 165

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

Shades of Reef #D5EBA5

Tints of Reef #D5EBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.92%

R = 34.75%
G = 38.34%
B = 26.92%

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

#D5EBA5 (or 0xD5EBA5) is known color: Reef. HEX triplet: D5, EB and A5. RGB value is (213,235,165). Sum of RGB (Red+Green+Blue) = 213+235+165=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 165 (64.84% from 255 or 26.92% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EBA5 is #2A145A. Grayscale: #DCDCDC. Windows color (decimal): -2757723 or 10873813. OLE color: 10873813.

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

Color convert

RGB 213 235 165 -
CMYK 0.09 0 0.30 0.08
HSL 78.86º 0.64% 0.78% -
HSV(B) 78.86º 0.3% 0.92% -
XYZ 63.94 76.28 46.95 -
YUV 220.44 96.71 122.69 -
System Red Green Blue C M Y K H S L
Decimal 213 235 165 0.09 0 0.30 0.08 78.86 0.64 0.78
Hex D5 EB A5 9 0 1E 8 4F 40 4E
Octal 325 353 245 11 0 36 10 117 100 116
Binary 11010101 11101011 10100101 1001 0 11110 1000 1001111 1000000 1001110

Color Harmonies of #D5EBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EBA5

Black with #D5EBA5

Text Example


Text Example

White with #D5EBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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