Html Css Color HEX #D1FAA0 Reef

📋 copy color: '#D1FAA0'

red 209 ◦ green 250 ◦ blue 160

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

Shades of Reef #D1FAA0

Tints of Reef #D1FAA0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.39%

 BLUE value IS 160 (62.89% from 255) = 25.85%

R = 33.76%
G = 40.39%
B = 25.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#D1FAA0 (or 0xD1FAA0) is known color: Reef. HEX triplet: D1, FA and A0. RGB value is (209,250,160). Sum of RGB (Red+Green+Blue) = 209+250+160=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 160 (62.89% from 255 or 25.85% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FAA0 is #2E055F. Grayscale: #E3E3E3. Windows color (decimal): -3016032 or 10549969. OLE color: 10549969.

HSL color Cylindrical-coordinate representation of color #D1FAA0: hue angle of 87.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D1FAA0 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 250 160 -
CMYK 0.16 0 0.36 0.02
HSL 87.33º 0.9% 0.8% -
HSV(B) 87.33º 0.36% 0.98% -
XYZ 66.83 84.46 46.04 -
YUV 227.48 89.92 114.82 -
System Red Green Blue C M Y K H S L
Decimal 209 250 160 0.16 0 0.36 0.02 87.33 0.9 0.8
Hex D1 FA A0 10 0 24 2 57 5A 50
Octal 321 372 240 20 0 44 2 127 132 120
Binary 11010001 11111010 10100000 10000 0 100100 10 1010111 1011010 1010000

Color Harmonies of #D1FAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FAA0

Black with #D1FAA0

Text Example


Text Example

White with #D1FAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FAA0; }

 p { color: rgb(209,250,160); }

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

background-color css

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

 a { background-color: rgb(209,250,160); }

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

border-color css

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

 span { border-color: rgb(209,250,160); }

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