Html Css Color HEX #D1FAA8 Reef

📋 copy color: '#D1FAA8'

red 209 ◦ green 250 ◦ blue 168

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

Shades of Reef #D1FAA8

Tints of Reef #D1FAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 26.79%

R = 33.33%
G = 39.87%
B = 26.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#D1FAA8 (or 0xD1FAA8) is known color: Reef. HEX triplet: D1, FA and A8. RGB value is (209,250,168). Sum of RGB (Red+Green+Blue) = 209+250+168=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 168 (66.02% from 255 or 26.79% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FAA8 is #2E0557. Grayscale: #E4E4E4. Windows color (decimal): -3016024 or 11074257. OLE color: 11074257.

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

Color convert

RGB 209 250 168 -
CMYK 0.16 0 0.33 0.02
HSL 90º 0.89% 0.82% -
HSV(B) 90º 0.33% 0.98% -
XYZ 67.55 84.75 49.84 -
YUV 228.39 93.92 114.17 -
System Red Green Blue C M Y K H S L
Decimal 209 250 168 0.16 0 0.33 0.02 90 0.89 0.82
Hex D1 FA A8 10 0 21 2 5A 59 52
Octal 321 372 250 20 0 41 2 132 131 122
Binary 11010001 11111010 10101000 10000 0 100001 10 1011010 1011001 1010010

Color Harmonies of #D1FAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FAA8

Black with #D1FAA8

Text Example


Text Example

White with #D1FAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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