Html Css Color HEX #D8EFAC Reef

📋 copy color: '#D8EFAC'

red 216 ◦ green 239 ◦ blue 172

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

Shades of Reef #D8EFAC

Tints of Reef #D8EFAC

RGB

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

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

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

R = 34.45%
G = 38.12%
B = 27.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#D8EFAC (or 0xD8EFAC) is known color: Reef. HEX triplet: D8, EF and AC. RGB value is (216,239,172). Sum of RGB (Red+Green+Blue) = 216+239+172=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 172 (67.58% from 255 or 27.43% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #D8EFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EFAC is #271053. Grayscale: #E0E0E0. Windows color (decimal): -2560084 or 11333592. OLE color: 11333592.

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

Color convert

RGB 216 239 172 -
CMYK 0.10 0 0.28 0.06
HSL 80.6º 0.68% 0.81% -
HSV(B) 80.6º 0.28% 0.94% -
XYZ 66.63 79.31 50.83 -
YUV 224.49 98.38 121.95 -
System Red Green Blue C M Y K H S L
Decimal 216 239 172 0.10 0 0.28 0.06 80.6 0.68 0.81
Hex D8 EF AC A 0 1C 6 51 44 51
Octal 330 357 254 12 0 34 6 121 104 121
Binary 11011000 11101111 10101100 1010 0 11100 110 1010001 1000100 1010001

Color Harmonies of #D8EFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EFAC

Black with #D8EFAC

Text Example


Text Example

White with #D8EFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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