Html Css Color HEX #D5E8AD Reef

📋 copy color: '#D5E8AD'

red 213 ◦ green 232 ◦ blue 173

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

Shades of Reef #D5E8AD

Tints of Reef #D5E8AD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.54%

 BLUE value IS 173 (67.97% from 255) = 27.99%

R = 34.47%
G = 37.54%
B = 27.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#D5E8AD (or 0xD5E8AD) is known color: Reef. HEX triplet: D5, E8 and AD. RGB value is (213,232,173). Sum of RGB (Red+Green+Blue) = 213+232+173=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5E8AD is #2A1752. Grayscale: #DBDBDB. Windows color (decimal): -2758483 or 11397333. OLE color: 11397333.

HSL color Cylindrical-coordinate representation of color #D5E8AD: hue angle of 79.32º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5E8AD is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 232 173 -
CMYK 0.08 0 0.25 0.09
HSL 79.32º 0.56% 0.79% -
HSV(B) 79.32º 0.25% 0.91% -
XYZ 63.84 74.88 50.62 -
YUV 219.59 101.71 123.3 -
System Red Green Blue C M Y K H S L
Decimal 213 232 173 0.08 0 0.25 0.09 79.32 0.56 0.79
Hex D5 E8 AD 8 0 19 9 4F 38 4F
Octal 325 350 255 10 0 31 11 117 70 117
Binary 11010101 11101000 10101101 1000 0 11001 1001 1001111 111000 1001111

Color Harmonies of #D5E8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E8AD

Black with #D5E8AD

Text Example


Text Example

White with #D5E8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E8AD; }

 p { color: rgb(213,232,173); }

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

background-color css

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

 a { background-color: rgb(213,232,173); }

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

border-color css

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

 span { border-color: rgb(213,232,173); }

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