Html Css Color HEX #D9EFA5 Reef

📋 copy color: '#D9EFA5'

red 217 ◦ green 239 ◦ blue 165

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

Shades of Reef #D9EFA5

Tints of Reef #D9EFA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.57%

R = 34.94%
G = 38.49%
B = 26.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#D9EFA5 (or 0xD9EFA5) is known color: Reef. HEX triplet: D9, EF and A5. RGB value is (217,239,165). Sum of RGB (Red+Green+Blue) = 217+239+165=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 165 (64.84% from 255 or 26.57% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EFA5 is #26105A. Grayscale: #E0E0E0. Windows color (decimal): -2494555 or 10874841. OLE color: 10874841.

HSL color Cylindrical-coordinate representation of color #D9EFA5: hue angle of 77.84º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9EFA5 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 239 165 -
CMYK 0.09 0 0.31 0.06
HSL 77.84º 0.7% 0.79% -
HSV(B) 77.84º 0.31% 0.94% -
XYZ 66.27 79.2 47.39 -
YUV 223.99 94.71 123.02 -
System Red Green Blue C M Y K H S L
Decimal 217 239 165 0.09 0 0.31 0.06 77.84 0.7 0.79
Hex D9 EF A5 9 0 1F 6 4E 46 4F
Octal 331 357 245 11 0 37 6 116 106 117
Binary 11011001 11101111 10100101 1001 0 11111 110 1001110 1000110 1001111

Color Harmonies of #D9EFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EFA5

Black with #D9EFA5

Text Example


Text Example

White with #D9EFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EFA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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