Html Css Color HEX #D7EDAE Reef

📋 copy color: '#D7EDAE'

red 215 ◦ green 237 ◦ blue 174

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

Shades of Reef #D7EDAE

Tints of Reef #D7EDAE

RGB

 RED value IS 215 (84.38% from 255) = 34.35%

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

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

R = 34.35%
G = 37.86%
B = 27.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#D7EDAE (or 0xD7EDAE) is known color: Reef. HEX triplet: D7, ED and AE. RGB value is (215,237,174). Sum of RGB (Red+Green+Blue) = 215+237+174=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 174 (68.36% from 255 or 27.80% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #D7EDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7EDAE is #281251. Grayscale: #DFDFDF. Windows color (decimal): -2626130 or 11464151. OLE color: 11464151.

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

Color convert

RGB 215 237 174 -
CMYK 0.09 0 0.27 0.07
HSL 80.95º 0.64% 0.81% -
HSV(B) 80.95º 0.27% 0.93% -
XYZ 65.95 78.07 51.64 -
YUV 223.24 100.21 122.12 -
System Red Green Blue C M Y K H S L
Decimal 215 237 174 0.09 0 0.27 0.07 80.95 0.64 0.81
Hex D7 ED AE 9 0 1B 7 51 40 51
Octal 327 355 256 11 0 33 7 121 100 121
Binary 11010111 11101101 10101110 1001 0 11011 111 1010001 1000000 1010001

Color Harmonies of #D7EDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7EDAE

Black with #D7EDAE

Text Example


Text Example

White with #D7EDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7EDAE; }

 p { color: rgb(215,237,174); }

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

background-color css

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

 a { background-color: rgb(215,237,174); }

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

border-color css

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

 span { border-color: rgb(215,237,174); }

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