Html Css Color HEX #D9EFAB Reef

📋 copy color: '#D9EFAB'

red 217 ◦ green 239 ◦ blue 171

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

Shades of Reef #D9EFAB

Tints of Reef #D9EFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.27%

R = 34.61%
G = 38.12%
B = 27.27%

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

#D9EFAB (or 0xD9EFAB) is known color: Reef. HEX triplet: D9, EF and AB. RGB value is (217,239,171). Sum of RGB (Red+Green+Blue) = 217+239+171=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 171 (67.19% from 255 or 27.27% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EFAB is #261054. Grayscale: #E0E0E0. Windows color (decimal): -2494549 or 11268057. OLE color: 11268057.

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

Color convert

RGB 217 239 171 -
CMYK 0.09 0 0.28 0.06
HSL 79.41º 0.68% 0.8% -
HSV(B) 79.41º 0.28% 0.94% -
XYZ 66.83 79.43 50.34 -
YUV 224.67 97.71 122.53 -
System Red Green Blue C M Y K H S L
Decimal 217 239 171 0.09 0 0.28 0.06 79.41 0.68 0.8
Hex D9 EF AB 9 0 1C 6 4F 44 50
Octal 331 357 253 11 0 34 6 117 104 120
Binary 11011001 11101111 10101011 1001 0 11100 110 1001111 1000100 1010000

Color Harmonies of #D9EFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EFAB

Black with #D9EFAB

Text Example


Text Example

White with #D9EFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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