Html Css Color HEX #D1EFAC Reef

📋 copy color: '#D1EFAC'

red 209 ◦ green 239 ◦ blue 172

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

Shades of Reef #D1EFAC

Tints of Reef #D1EFAC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.55%

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

R = 33.71%
G = 38.55%
B = 27.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#D1EFAC (or 0xD1EFAC) is known color: Reef. HEX triplet: D1, EF and AC. RGB value is (209,239,172). Sum of RGB (Red+Green+Blue) = 209+239+172=620 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.71% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EFAC is #2E1053. Grayscale: #DEDEDE. Windows color (decimal): -3018836 or 11333585. OLE color: 11333585.

HSL color Cylindrical-coordinate representation of color #D1EFAC: hue angle of 86.87º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1EFAC is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 239 172 -
CMYK 0.13 0 0.28 0.06
HSL 86.87º 0.68% 0.81% -
HSV(B) 86.87º 0.28% 0.94% -
XYZ 64.61 78.27 50.73 -
YUV 222.39 99.56 118.45 -
System Red Green Blue C M Y K H S L
Decimal 209 239 172 0.13 0 0.28 0.06 86.87 0.68 0.81
Hex D1 EF AC D 0 1C 6 57 44 51
Octal 321 357 254 15 0 34 6 127 104 121
Binary 11010001 11101111 10101100 1101 0 11100 110 1010111 1000100 1010001

Color Harmonies of #D1EFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EFAC

Black with #D1EFAC

Text Example


Text Example

White with #D1EFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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