Html Css Color HEX #D5EDAB Reef

📋 copy color: '#D5EDAB'

red 213 ◦ green 237 ◦ blue 171

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

Shades of Reef #D5EDAB

Tints of Reef #D5EDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.54%

R = 34.3%
G = 38.16%
B = 27.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#D5EDAB (or 0xD5EDAB) is known color: Reef. HEX triplet: D5, ED and AB. RGB value is (213,237,171). Sum of RGB (Red+Green+Blue) = 213+237+171=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EDAB is #2A1254. Grayscale: #DEDEDE. Windows color (decimal): -2757205 or 11267541. OLE color: 11267541.

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

Color convert

RGB 213 237 171 -
CMYK 0.10 0 0.28 0.07
HSL 81.82º 0.65% 0.8% -
HSV(B) 81.82º 0.28% 0.93% -
XYZ 65.08 77.65 50.09 -
YUV 222.3 99.05 121.37 -
System Red Green Blue C M Y K H S L
Decimal 213 237 171 0.10 0 0.28 0.07 81.82 0.65 0.8
Hex D5 ED AB A 0 1C 7 52 41 50
Octal 325 355 253 12 0 34 7 122 101 120
Binary 11010101 11101101 10101011 1010 0 11100 111 1010010 1000001 1010000

Color Harmonies of #D5EDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EDAB

Black with #D5EDAB

Text Example


Text Example

White with #D5EDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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