Html Css Color HEX #D8EEAC Reef

📋 copy color: '#D8EEAC'

red 216 ◦ green 238 ◦ blue 172

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

Shades of Reef #D8EEAC

Tints of Reef #D8EEAC

RGB

 RED value IS 216 (84.77% from 255) = 34.5%

 GREEN value IS 238 (93.36% from 255) = 38.02%

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

R = 34.5%
G = 38.02%
B = 27.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#D8EEAC (or 0xD8EEAC) is known color: Reef. HEX triplet: D8, EE and AC. RGB value is (216,238,172). Sum of RGB (Red+Green+Blue) = 216+238+172=626 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.50% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 238 - color contains mainly: green. Hex color #D8EEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EEAC is #271153. Grayscale: #E0E0E0. Windows color (decimal): -2560340 or 11333336. OLE color: 11333336.

HSL color Cylindrical-coordinate representation of color #D8EEAC: hue angle of 80º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8EEAC is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 238 172 -
CMYK 0.09 0 0.28 0.07
HSL 80º 0.66% 0.8% -
HSV(B) 80º 0.28% 0.93% -
XYZ 66.34 78.73 50.73 -
YUV 223.9 98.71 122.37 -
System Red Green Blue C M Y K H S L
Decimal 216 238 172 0.09 0 0.28 0.07 80 0.66 0.8
Hex D8 EE AC 9 0 1C 7 50 42 50
Octal 330 356 254 11 0 34 7 120 102 120
Binary 11011000 11101110 10101100 1001 0 11100 111 1010000 1000010 1010000

Color Harmonies of #D8EEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EEAC

Black with #D8EEAC

Text Example


Text Example

White with #D8EEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EEAC; }

 p { color: rgb(216,238,172); }

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

background-color css

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

 a { background-color: rgb(216,238,172); }

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

border-color css

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

 span { border-color: rgb(216,238,172); }

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