Html Css Color HEX #D1DFAD Reef

📋 copy color: '#D1DFAD'

red 209 ◦ green 223 ◦ blue 173

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

Shades of Reef #D1DFAD

Tints of Reef #D1DFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.6%

R = 34.55%
G = 36.86%
B = 28.6%

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

#D1DFAD (or 0xD1DFAD) is known color: Reef. HEX triplet: D1, DF and AD. RGB value is (209,223,173). Sum of RGB (Red+Green+Blue) = 209+223+173=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DFAD is #2E2052. Grayscale: #D5D5D5. Windows color (decimal): -3022931 or 11395025. OLE color: 11395025.

HSL color Cylindrical-coordinate representation of color #D1DFAD: hue angle of 76.8º degrees, saturation: 0.44, 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 #D1DFAD is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 223 173 -
CMYK 0.06 0 0.22 0.13
HSL 76.8º 0.44% 0.78% -
HSV(B) 76.8º 0.22% 0.87% -
XYZ 60.23 69.35 49.75 -
YUV 213.11 105.36 125.07 -
System Red Green Blue C M Y K H S L
Decimal 209 223 173 0.06 0 0.22 0.13 76.8 0.44 0.78
Hex D1 DF AD 6 0 16 D 4D 2C 4E
Octal 321 337 255 6 0 26 15 115 54 116
Binary 11010001 11011111 10101101 110 0 10110 1101 1001101 101100 1001110

Color Harmonies of #D1DFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DFAD

Black with #D1DFAD

Text Example


Text Example

White with #D1DFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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