Html Css Color HEX #D5EBAB Reef

📋 copy color: '#D5EBAB'

red 213 ◦ green 235 ◦ blue 171

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

Shades of Reef #D5EBAB

Tints of Reef #D5EBAB

RGB

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

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

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

R = 34.41%
G = 37.96%
B = 27.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#D5EBAB (or 0xD5EBAB) is known color: Reef. HEX triplet: D5, EB and AB. RGB value is (213,235,171). Sum of RGB (Red+Green+Blue) = 213+235+171=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EBAB is #2A1454. Grayscale: #DDDDDD. Windows color (decimal): -2757717 or 11267029. OLE color: 11267029.

HSL color Cylindrical-coordinate representation of color #D5EBAB: hue angle of 80.62º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5EBAB is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 235 171 -
CMYK 0.09 0 0.27 0.08
HSL 80.63º 0.62% 0.8% -
HSV(B) 80.63º 0.27% 0.92% -
XYZ 64.5 76.5 49.9 -
YUV 221.13 99.71 122.2 -
System Red Green Blue C M Y K H S L
Decimal 213 235 171 0.09 0 0.27 0.08 80.63 0.62 0.8
Hex D5 EB AB 9 0 1B 8 51 3E 50
Octal 325 353 253 11 0 33 10 121 76 120
Binary 11010101 11101011 10101011 1001 0 11011 1000 1010001 111110 1010000

Color Harmonies of #D5EBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EBAB

Black with #D5EBAB

Text Example


Text Example

White with #D5EBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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