Html Css Color HEX #D7E9AF Reef

📋 copy color: '#D7E9AF'

red 215 ◦ green 233 ◦ blue 175

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

Shades of Reef #D7E9AF

Tints of Reef #D7E9AF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.4%

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

R = 34.51%
G = 37.4%
B = 28.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#D7E9AF (or 0xD7E9AF) is known color: Reef. HEX triplet: D7, E9 and AF. RGB value is (215,233,175). Sum of RGB (Red+Green+Blue) = 215+233+175=623 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.51% from 623); Green value is 233 (91.41% from 255 or 37.40% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 233 - color contains mainly: green. Hex color #D7E9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7E9AF is #281650. Grayscale: #DDDDDD. Windows color (decimal): -2627153 or 11528663. OLE color: 11528663.

HSL color Cylindrical-coordinate representation of color #D7E9AF: hue angle of 78.62º degrees, saturation: 0.57, 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 #D7E9AF is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 215 233 175 -
CMYK 0.08 0 0.25 0.09
HSL 78.62º 0.57% 0.8% -
HSV(B) 78.62º 0.25% 0.91% -
XYZ 64.9 75.82 51.77 -
YUV 221.01 102.04 123.72 -
System Red Green Blue C M Y K H S L
Decimal 215 233 175 0.08 0 0.25 0.09 78.62 0.57 0.8
Hex D7 E9 AF 8 0 19 9 4F 39 50
Octal 327 351 257 10 0 31 11 117 71 120
Binary 11010111 11101001 10101111 1000 0 11001 1001 1001111 111001 1010000

Color Harmonies of #D7E9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7E9AF

Black with #D7E9AF

Text Example


Text Example

White with #D7E9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7E9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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