Html Css Color HEX #D1E0B1 Reef

📋 copy color: '#D1E0B1'

red 209 ◦ green 224 ◦ blue 177

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

Shades of Reef #D1E0B1

Tints of Reef #D1E0B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.02%

R = 34.26%
G = 36.72%
B = 29.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#D1E0B1 (or 0xD1E0B1) is known color: Reef. HEX triplet: D1, E0 and B1. RGB value is (209,224,177). Sum of RGB (Red+Green+Blue) = 209+224+177=610 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.26% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 177 (69.53% from 255 or 29.02% from 610); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E0B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E0B1 is #2E1F4E. Grayscale: #D6D6D6. Windows color (decimal): -3022671 or 11657425. OLE color: 11657425.

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

Color convert

RGB 209 224 177 -
CMYK 0.07 0 0.21 0.12
HSL 79.15º 0.43% 0.79% -
HSV(B) 79.15º 0.21% 0.88% -
XYZ 60.89 70.04 51.91 -
YUV 214.16 107.03 124.32 -
System Red Green Blue C M Y K H S L
Decimal 209 224 177 0.07 0 0.21 0.12 79.15 0.43 0.79
Hex D1 E0 B1 7 0 15 C 4F 2B 4F
Octal 321 340 261 7 0 25 14 117 53 117
Binary 11010001 11100000 10110001 111 0 10101 1100 1001111 101011 1001111

Color Harmonies of #D1E0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E0B1

Black with #D1E0B1

Text Example


Text Example

White with #D1E0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E0B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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