Html Css Color HEX #D1E0AF Reef

📋 copy color: '#D1E0AF'

red 209 ◦ green 224 ◦ blue 175

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

Shades of Reef #D1E0AF

Tints of Reef #D1E0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.78%

R = 34.38%
G = 36.84%
B = 28.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#D1E0AF (or 0xD1E0AF) is known color: Reef. HEX triplet: D1, E0 and AF. RGB value is (209,224,175). Sum of RGB (Red+Green+Blue) = 209+224+175=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 224 (87.89% from 255 or 36.84% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E0AF is #2E1F50. Grayscale: #D6D6D6. Windows color (decimal): -3022673 or 11526353. OLE color: 11526353.

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

Color convert

RGB 209 224 175 -
CMYK 0.07 0 0.22 0.12
HSL 78.37º 0.44% 0.78% -
HSV(B) 78.37º 0.22% 0.88% -
XYZ 60.69 69.96 50.86 -
YUV 213.93 106.03 124.48 -
System Red Green Blue C M Y K H S L
Decimal 209 224 175 0.07 0 0.22 0.12 78.37 0.44 0.78
Hex D1 E0 AF 7 0 16 C 4E 2C 4E
Octal 321 340 257 7 0 26 14 116 54 116
Binary 11010001 11100000 10101111 111 0 10110 1100 1001110 101100 1001110

Color Harmonies of #D1E0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E0AF

Black with #D1E0AF

Text Example


Text Example

White with #D1E0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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