Html Css Color HEX #D1E096 Reef

📋 copy color: '#D1E096'

red 209 ◦ green 224 ◦ blue 150

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

Shades of Reef #D1E096

Tints of Reef #D1E096

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.42%

 BLUE value IS 150 (58.98% from 255) = 25.73%

R = 35.85%
G = 38.42%
B = 25.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#D1E096 (or 0xD1E096) is known color: Reef. HEX triplet: D1, E0 and 96. RGB value is (209,224,150). Sum of RGB (Red+Green+Blue) = 209+224+150=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E096 is #2E1F69. Grayscale: #D3D3D3. Windows color (decimal): -3022698 or 9887953. OLE color: 9887953.

HSL color Cylindrical-coordinate representation of color #D1E096: hue angle of 72.16º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1E096 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 224 150 -
CMYK 0.07 0 0.33 0.12
HSL 72.16º 0.54% 0.73% -
HSV(B) 72.16º 0.33% 0.88% -
XYZ 58.46 69.07 39.1 -
YUV 211.08 93.53 126.52 -
System Red Green Blue C M Y K H S L
Decimal 209 224 150 0.07 0 0.33 0.12 72.16 0.54 0.73
Hex D1 E0 96 7 0 21 C 48 36 49
Octal 321 340 226 7 0 41 14 110 66 111
Binary 11010001 11100000 10010110 111 0 100001 1100 1001000 110110 1001001

Color Harmonies of #D1E096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E096

Black with #D1E096

Text Example


Text Example

White with #D1E096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E096; }

 p { color: rgb(209,224,150); }

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

background-color css

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

 a { background-color: rgb(209,224,150); }

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

border-color css

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

 span { border-color: rgb(209,224,150); }

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