Html Css Color HEX #D5EBAE Reef

📋 copy color: '#D5EBAE'

red 213 ◦ green 235 ◦ blue 174

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

Shades of Reef #D5EBAE

Tints of Reef #D5EBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 27.97%

R = 34.24%
G = 37.78%
B = 27.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#D5EBAE (or 0xD5EBAE) is known color: Reef. HEX triplet: D5, EB and AE. RGB value is (213,235,174). Sum of RGB (Red+Green+Blue) = 213+235+174=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 174 (68.36% from 255 or 27.97% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EBAE is #2A1451. Grayscale: #DDDDDD. Windows color (decimal): -2757714 or 11463637. OLE color: 11463637.

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

Color convert

RGB 213 235 174 -
CMYK 0.09 0 0.26 0.08
HSL 81.64º 0.6% 0.8% -
HSV(B) 81.64º 0.26% 0.92% -
XYZ 64.79 76.62 51.42 -
YUV 221.47 101.21 121.96 -
System Red Green Blue C M Y K H S L
Decimal 213 235 174 0.09 0 0.26 0.08 81.64 0.6 0.8
Hex D5 EB AE 9 0 1A 8 52 3C 50
Octal 325 353 256 11 0 32 10 122 74 120
Binary 11010101 11101011 10101110 1001 0 11010 1000 1010010 111100 1010000

Color Harmonies of #D5EBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EBAE

Black with #D5EBAE

Text Example


Text Example

White with #D5EBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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