Html Css Color HEX #D1EBAF Reef

📋 copy color: '#D1EBAF'

red 209 ◦ green 235 ◦ blue 175

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

Shades of Reef #D1EBAF

Tints of Reef #D1EBAF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.96%

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

R = 33.76%
G = 37.96%
B = 28.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#D1EBAF (or 0xD1EBAF) is known color: Reef. HEX triplet: D1, EB and AF. RGB value is (209,235,175). Sum of RGB (Red+Green+Blue) = 209+235+175=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EBAF is #2E1450. Grayscale: #DCDCDC. Windows color (decimal): -3019857 or 11529169. OLE color: 11529169.

HSL color Cylindrical-coordinate representation of color #D1EBAF: hue angle of 86º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1EBAF is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 235 175 -
CMYK 0.11 0 0.26 0.08
HSL 86º 0.6% 0.8% -
HSV(B) 86º 0.26% 0.92% -
XYZ 63.74 76.07 51.88 -
YUV 220.39 102.39 119.88 -
System Red Green Blue C M Y K H S L
Decimal 209 235 175 0.11 0 0.26 0.08 86 0.6 0.8
Hex D1 EB AF B 0 1A 8 56 3C 50
Octal 321 353 257 13 0 32 10 126 74 120
Binary 11010001 11101011 10101111 1011 0 11010 1000 1010110 111100 1010000

Color Harmonies of #D1EBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EBAF

Black with #D1EBAF

Text Example


Text Example

White with #D1EBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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