Html Css Color HEX #D1DFAF Reef

📋 copy color: '#D1DFAF'

red 209 ◦ green 223 ◦ blue 175

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

Shades of Reef #D1DFAF

Tints of Reef #D1DFAF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.74%

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

R = 34.43%
G = 36.74%
B = 28.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#D1DFAF (or 0xD1DFAF) is known color: Reef. HEX triplet: D1, DF and AF. RGB value is (209,223,175). Sum of RGB (Red+Green+Blue) = 209+223+175=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DFAF is #2E2050. Grayscale: #D5D5D5. Windows color (decimal): -3022929 or 11526097. OLE color: 11526097.

HSL color Cylindrical-coordinate representation of color #D1DFAF: hue angle of 77.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1DFAF is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 223 175 -
CMYK 0.06 0 0.22 0.13
HSL 77.5º 0.43% 0.78% -
HSV(B) 77.5º 0.22% 0.87% -
XYZ 60.42 69.43 50.77 -
YUV 213.34 106.36 124.9 -
System Red Green Blue C M Y K H S L
Decimal 209 223 175 0.06 0 0.22 0.13 77.5 0.43 0.78
Hex D1 DF AF 6 0 16 D 4E 2B 4E
Octal 321 337 257 6 0 26 15 116 53 116
Binary 11010001 11011111 10101111 110 0 10110 1101 1001110 101011 1001110

Color Harmonies of #D1DFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DFAF

Black with #D1DFAF

Text Example


Text Example

White with #D1DFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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