Html Css Color HEX #D9F1AA Reef

📋 copy color: '#D9F1AA'

red 217 ◦ green 241 ◦ blue 170

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

Shades of Reef #D9F1AA

Tints of Reef #D9F1AA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.38%

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

R = 34.55%
G = 38.38%
B = 27.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#D9F1AA (or 0xD9F1AA) is known color: Reef. HEX triplet: D9, F1 and AA. RGB value is (217,241,170). Sum of RGB (Red+Green+Blue) = 217+241+170=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F1AA is #260E55. Grayscale: #E1E1E1. Windows color (decimal): -2494038 or 11203033. OLE color: 11203033.

HSL color Cylindrical-coordinate representation of color #D9F1AA: hue angle of 80.28º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9F1AA is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 241 170 -
CMYK 0.10 0 0.29 0.05
HSL 80.28º 0.72% 0.81% -
HSV(B) 80.28º 0.29% 0.95% -
XYZ 67.33 80.56 50.03 -
YUV 225.73 96.55 121.77 -
System Red Green Blue C M Y K H S L
Decimal 217 241 170 0.10 0 0.29 0.05 80.28 0.72 0.81
Hex D9 F1 AA A 0 1D 5 50 48 51
Octal 331 361 252 12 0 35 5 120 110 121
Binary 11011001 11110001 10101010 1010 0 11101 101 1010000 1001000 1010001

Color Harmonies of #D9F1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F1AA

Black with #D9F1AA

Text Example


Text Example

White with #D9F1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F1AA; }

 p { color: rgb(217,241,170); }

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

background-color css

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

 a { background-color: rgb(217,241,170); }

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

border-color css

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

 span { border-color: rgb(217,241,170); }

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