Html Css Color HEX #D8EFAD Reef

📋 copy color: '#D8EFAD'

red 216 ◦ green 239 ◦ blue 173

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

Shades of Reef #D8EFAD

Tints of Reef #D8EFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.55%

R = 34.39%
G = 38.06%
B = 27.55%

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

#D8EFAD (or 0xD8EFAD) is known color: Reef. HEX triplet: D8, EF and AD. RGB value is (216,239,173). Sum of RGB (Red+Green+Blue) = 216+239+173=628 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.39% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 239 - color contains mainly: green. Hex color #D8EFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EFAD is #271052. Grayscale: #E0E0E0. Windows color (decimal): -2560083 or 11399128. OLE color: 11399128.

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

Color convert

RGB 216 239 173 -
CMYK 0.10 0 0.28 0.06
HSL 80.91º 0.67% 0.81% -
HSV(B) 80.91º 0.28% 0.94% -
XYZ 66.73 79.35 51.33 -
YUV 224.6 98.88 121.87 -
System Red Green Blue C M Y K H S L
Decimal 216 239 173 0.10 0 0.28 0.06 80.91 0.67 0.81
Hex D8 EF AD A 0 1C 6 51 43 51
Octal 330 357 255 12 0 34 6 121 103 121
Binary 11011000 11101111 10101101 1010 0 11100 110 1010001 1000011 1010001

Color Harmonies of #D8EFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EFAD

Black with #D8EFAD

Text Example


Text Example

White with #D8EFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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