Html Css Color HEX #D7E8AF Reef

📋 copy color: '#D7E8AF'

red 215 ◦ green 232 ◦ blue 175

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

Shades of Reef #D7E8AF

Tints of Reef #D7E8AF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.3%

 BLUE value IS 175 (68.75% from 255) = 28.14%

R = 34.57%
G = 37.3%
B = 28.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#D7E8AF (or 0xD7E8AF) is known color: Reef. HEX triplet: D7, E8 and AF. RGB value is (215,232,175). Sum of RGB (Red+Green+Blue) = 215+232+175=622 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.57% from 622); Green value is 232 (91.02% from 255 or 37.30% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 232 - color contains mainly: green. Hex color #D7E8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7E8AF is #281750. Grayscale: #DCDCDC. Windows color (decimal): -2627409 or 11528407. OLE color: 11528407.

HSL color Cylindrical-coordinate representation of color #D7E8AF: hue angle of 77.89º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7E8AF is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 215 232 175 -
CMYK 0.07 0 0.25 0.09
HSL 77.89º 0.55% 0.8% -
HSV(B) 77.89º 0.25% 0.91% -
XYZ 64.62 75.26 51.68 -
YUV 220.42 102.37 124.13 -
System Red Green Blue C M Y K H S L
Decimal 215 232 175 0.07 0 0.25 0.09 77.89 0.55 0.8
Hex D7 E8 AF 7 0 19 9 4E 37 50
Octal 327 350 257 7 0 31 11 116 67 120
Binary 11010111 11101000 10101111 111 0 11001 1001 1001110 110111 1010000

Color Harmonies of #D7E8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7E8AF

Black with #D7E8AF

Text Example


Text Example

White with #D7E8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7E8AF; }

 p { color: rgb(215,232,175); }

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

background-color css

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

 a { background-color: rgb(215,232,175); }

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

border-color css

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

 span { border-color: rgb(215,232,175); }

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