Html Css Color HEX #D9EFAC Reef

📋 copy color: '#D9EFAC'

red 217 ◦ green 239 ◦ blue 172

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

Shades of Reef #D9EFAC

Tints of Reef #D9EFAC

RGB

 RED value IS 217 (85.16% from 255) = 34.55%

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

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

R = 34.55%
G = 38.06%
B = 27.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#D9EFAC (or 0xD9EFAC) is known color: Reef. HEX triplet: D9, EF and AC. RGB value is (217,239,172). Sum of RGB (Red+Green+Blue) = 217+239+172=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 172 (67.58% from 255 or 27.39% from 628); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EFAC is #261053. Grayscale: #E1E1E1. Windows color (decimal): -2494548 or 11333593. OLE color: 11333593.

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

Color convert

RGB 217 239 172 -
CMYK 0.09 0 0.28 0.06
HSL 79.7º 0.68% 0.81% -
HSV(B) 79.7º 0.28% 0.94% -
XYZ 66.93 79.46 50.84 -
YUV 224.78 98.21 122.45 -
System Red Green Blue C M Y K H S L
Decimal 217 239 172 0.09 0 0.28 0.06 79.7 0.68 0.81
Hex D9 EF AC 9 0 1C 6 50 44 51
Octal 331 357 254 11 0 34 6 120 104 121
Binary 11011001 11101111 10101100 1001 0 11100 110 1010000 1000100 1010001

Color Harmonies of #D9EFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EFAC

Black with #D9EFAC

Text Example


Text Example

White with #D9EFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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