Html Css Color HEX #D1DFC0 Ottoman

📋 copy color: '#D1DFC0'

red 209 ◦ green 223 ◦ blue 192

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

Shades of Ottoman #D1DFC0

Tints of Ottoman #D1DFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 30.77%

R = 33.49%
G = 35.74%
B = 30.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#D1DFC0 (or 0xD1DFC0) is known color: Ottoman. HEX triplet: D1, DF and C0. RGB value is (209,223,192). Sum of RGB (Red+Green+Blue) = 209+223+192=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 192 (75.39% from 255 or 30.77% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DFC0 is #2E203F. Grayscale: #D7D7D7. Windows color (decimal): -3022912 or 12640209. OLE color: 12640209.

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

Color convert

RGB 209 223 192 -
CMYK 0.06 0 0.14 0.13
HSL 87.1º 0.33% 0.81% -
HSV(B) 87.1º 0.14% 0.87% -
XYZ 62.2 70.14 60.13 -
YUV 215.28 114.86 123.52 -
System Red Green Blue C M Y K H S L
Decimal 209 223 192 0.06 0 0.14 0.13 87.1 0.33 0.81
Hex D1 DF C0 6 0 E D 57 21 51
Octal 321 337 300 6 0 16 15 127 41 121
Binary 11010001 11011111 11000000 110 0 1110 1101 1010111 100001 1010001

Color Harmonies of #D1DFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DFC0

Black with #D1DFC0

Text Example


Text Example

White with #D1DFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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