Html Css Color HEX #D9EFAD Reef

📋 copy color: '#D9EFAD'

red 217 ◦ green 239 ◦ blue 173

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

Shades of Reef #D9EFAD

Tints of Reef #D9EFAD

RGB

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

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

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

R = 34.5%
G = 38%
B = 27.5%

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

#D9EFAD (or 0xD9EFAD) is known color: Reef. HEX triplet: D9, EF and AD. RGB value is (217,239,173). Sum of RGB (Red+Green+Blue) = 217+239+173=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EFAD is #261052. Grayscale: #E1E1E1. Windows color (decimal): -2494547 or 11399129. OLE color: 11399129.

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

Color convert

RGB 217 239 173 -
CMYK 0.09 0 0.28 0.06
HSL 80º 0.67% 0.81% -
HSV(B) 80º 0.28% 0.94% -
XYZ 67.02 79.5 51.35 -
YUV 224.9 98.71 122.37 -
System Red Green Blue C M Y K H S L
Decimal 217 239 173 0.09 0 0.28 0.06 80 0.67 0.81
Hex D9 EF AD 9 0 1C 6 50 43 51
Octal 331 357 255 11 0 34 6 120 103 121
Binary 11011001 11101111 10101101 1001 0 11100 110 1010000 1000011 1010001

Color Harmonies of #D9EFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EFAD

Black with #D9EFAD

Text Example


Text Example

White with #D9EFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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