Html Css Color HEX #D1EEA0 Reef

📋 copy color: '#D1EEA0'

red 209 ◦ green 238 ◦ blue 160

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

Shades of Reef #D1EEA0

Tints of Reef #D1EEA0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.21%

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

R = 34.43%
G = 39.21%
B = 26.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#D1EEA0 (or 0xD1EEA0) is known color: Reef. HEX triplet: D1, EE and A0. RGB value is (209,238,160). Sum of RGB (Red+Green+Blue) = 209+238+160=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 160 (62.89% from 255 or 26.36% from 607); Max value from RGB is 238 - color contains mainly: green. Hex color #D1EEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EEA0 is #2E115F. Grayscale: #DCDCDC. Windows color (decimal): -3019104 or 10546897. OLE color: 10546897.

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

Color convert

RGB 209 238 160 -
CMYK 0.12 0 0.33 0.07
HSL 82.31º 0.7% 0.78% -
HSV(B) 82.31º 0.33% 0.93% -
XYZ 63.21 77.24 44.84 -
YUV 220.44 93.89 119.84 -
System Red Green Blue C M Y K H S L
Decimal 209 238 160 0.12 0 0.33 0.07 82.31 0.7 0.78
Hex D1 EE A0 C 0 21 7 52 46 4E
Octal 321 356 240 14 0 41 7 122 106 116
Binary 11010001 11101110 10100000 1100 0 100001 111 1010010 1000110 1001110

Color Harmonies of #D1EEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EEA0

Black with #D1EEA0

Text Example


Text Example

White with #D1EEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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