Html Css Color HEX #D1EFAA Reef

📋 copy color: '#D1EFAA'

red 209 ◦ green 239 ◦ blue 170

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

Shades of Reef #D1EFAA

Tints of Reef #D1EFAA

RGB

 RED value IS 209 (82.03% from 255) = 33.82%

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

 BLUE value IS 170 (66.8% from 255) = 27.51%

R = 33.82%
G = 38.67%
B = 27.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#D1EFAA (or 0xD1EFAA) is known color: Reef. HEX triplet: D1, EF and AA. RGB value is (209,239,170). Sum of RGB (Red+Green+Blue) = 209+239+170=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EFAA is #2E1055. Grayscale: #DEDEDE. Windows color (decimal): -3018838 or 11202513. OLE color: 11202513.

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

Color convert

RGB 209 239 170 -
CMYK 0.13 0 0.29 0.06
HSL 86.09º 0.68% 0.8% -
HSV(B) 86.09º 0.29% 0.94% -
XYZ 64.42 78.19 49.73 -
YUV 222.16 98.56 118.61 -
System Red Green Blue C M Y K H S L
Decimal 209 239 170 0.13 0 0.29 0.06 86.09 0.68 0.8
Hex D1 EF AA D 0 1D 6 56 44 50
Octal 321 357 252 15 0 35 6 126 104 120
Binary 11010001 11101111 10101010 1101 0 11101 110 1010110 1000100 1010000

Color Harmonies of #D1EFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EFAA

Black with #D1EFAA

Text Example


Text Example

White with #D1EFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EFAA; }

 p { color: rgb(209,239,170); }

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

background-color css

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

 a { background-color: rgb(209,239,170); }

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

border-color css

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

 span { border-color: rgb(209,239,170); }

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