Html Css Color HEX #D1EDAF Reef

📋 copy color: '#D1EDAF'

red 209 ◦ green 237 ◦ blue 175

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

Shades of Reef #D1EDAF

Tints of Reef #D1EDAF

RGB

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

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

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

R = 33.66%
G = 38.16%
B = 28.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#D1EDAF (or 0xD1EDAF) is known color: Reef. HEX triplet: D1, ED and AF. RGB value is (209,237,175). Sum of RGB (Red+Green+Blue) = 209+237+175=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #D1EDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EDAF is #2E1250. Grayscale: #DDDDDD. Windows color (decimal): -3019345 or 11529681. OLE color: 11529681.

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

Color convert

RGB 209 237 175 -
CMYK 0.12 0 0.26 0.07
HSL 87.1º 0.63% 0.81% -
HSV(B) 87.1º 0.26% 0.93% -
XYZ 64.32 77.22 52.07 -
YUV 221.56 101.72 119.04 -
System Red Green Blue C M Y K H S L
Decimal 209 237 175 0.12 0 0.26 0.07 87.1 0.63 0.81
Hex D1 ED AF C 0 1A 7 57 3F 51
Octal 321 355 257 14 0 32 7 127 77 121
Binary 11010001 11101101 10101111 1100 0 11010 111 1010111 111111 1010001

Color Harmonies of #D1EDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EDAF

Black with #D1EDAF

Text Example


Text Example

White with #D1EDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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