Html Css Color HEX #D5EDAD Reef

📋 copy color: '#D5EDAD'

red 213 ◦ green 237 ◦ blue 173

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

Shades of Reef #D5EDAD

Tints of Reef #D5EDAD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.04%

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

R = 34.19%
G = 38.04%
B = 27.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#D5EDAD (or 0xD5EDAD) is known color: Reef. HEX triplet: D5, ED and AD. RGB value is (213,237,173). Sum of RGB (Red+Green+Blue) = 213+237+173=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EDAD is #2A1252. Grayscale: #DEDEDE. Windows color (decimal): -2757203 or 11398613. OLE color: 11398613.

HSL color Cylindrical-coordinate representation of color #D5EDAD: hue angle of 82.5º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5EDAD is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 237 173 -
CMYK 0.10 0 0.27 0.07
HSL 82.5º 0.64% 0.8% -
HSV(B) 82.5º 0.27% 0.93% -
XYZ 65.27 77.73 51.1 -
YUV 222.53 100.05 121.2 -
System Red Green Blue C M Y K H S L
Decimal 213 237 173 0.10 0 0.27 0.07 82.5 0.64 0.8
Hex D5 ED AD A 0 1B 7 52 40 50
Octal 325 355 255 12 0 33 7 122 100 120
Binary 11010101 11101101 10101101 1010 0 11011 111 1010010 1000000 1010000

Color Harmonies of #D5EDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EDAD

Black with #D5EDAD

Text Example


Text Example

White with #D5EDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EDAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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