Html Css Color HEX #D1E8AF Reef

📋 copy color: '#D1E8AF'

red 209 ◦ green 232 ◦ blue 175

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

Shades of Reef #D1E8AF

Tints of Reef #D1E8AF

RGB

 RED value IS 209 (82.03% from 255) = 33.93%

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

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

R = 33.93%
G = 37.66%
B = 28.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#D1E8AF (or 0xD1E8AF) is known color: Reef. HEX triplet: D1, E8 and AF. RGB value is (209,232,175). Sum of RGB (Red+Green+Blue) = 209+232+175=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 232 (91.02% from 255 or 37.66% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 232 - color contains mainly: green. Hex color #D1E8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1E8AF is #2E1750. Grayscale: #DADADA. Windows color (decimal): -3020625 or 11528401. OLE color: 11528401.

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

Color convert

RGB 209 232 175 -
CMYK 0.10 0 0.25 0.09
HSL 84.21º 0.55% 0.8% -
HSV(B) 84.21º 0.25% 0.91% -
XYZ 62.89 74.36 51.6 -
YUV 218.63 103.38 121.13 -
System Red Green Blue C M Y K H S L
Decimal 209 232 175 0.10 0 0.25 0.09 84.21 0.55 0.8
Hex D1 E8 AF A 0 19 9 54 37 50
Octal 321 350 257 12 0 31 11 124 67 120
Binary 11010001 11101000 10101111 1010 0 11001 1001 1010100 110111 1010000

Color Harmonies of #D1E8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E8AF

Black with #D1E8AF

Text Example


Text Example

White with #D1E8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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