Html Css Color HEX #D1EBAC Reef

📋 copy color: '#D1EBAC'

red 209 ◦ green 235 ◦ blue 172

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

Shades of Reef #D1EBAC

Tints of Reef #D1EBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.92%

R = 33.93%
G = 38.15%
B = 27.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#D1EBAC (or 0xD1EBAC) is known color: Reef. HEX triplet: D1, EB and AC. RGB value is (209,235,172). Sum of RGB (Red+Green+Blue) = 209+235+172=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 172 (67.58% from 255 or 27.92% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EBAC is #2E1453. Grayscale: #DCDCDC. Windows color (decimal): -3019860 or 11332561. OLE color: 11332561.

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

Color convert

RGB 209 235 172 -
CMYK 0.11 0 0.27 0.08
HSL 84.76º 0.61% 0.8% -
HSV(B) 84.76º 0.27% 0.92% -
XYZ 63.45 75.95 50.35 -
YUV 220.04 100.89 120.12 -
System Red Green Blue C M Y K H S L
Decimal 209 235 172 0.11 0 0.27 0.08 84.76 0.61 0.8
Hex D1 EB AC B 0 1B 8 55 3D 50
Octal 321 353 254 13 0 33 10 125 75 120
Binary 11010001 11101011 10101100 1011 0 11011 1000 1010101 111101 1010000

Color Harmonies of #D1EBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EBAC

Black with #D1EBAC

Text Example


Text Example

White with #D1EBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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