Html Css Color HEX #D1DCBF Ottoman

📋 copy color: '#D1DCBF'

red 209 ◦ green 220 ◦ blue 191

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

Shades of Ottoman #D1DCBF

Tints of Ottoman #D1DCBF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.48%

 BLUE value IS 191 (75% from 255) = 30.81%

R = 33.71%
G = 35.48%
B = 30.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#D1DCBF (or 0xD1DCBF) is known color: Ottoman. HEX triplet: D1, DC and BF. RGB value is (209,220,191). Sum of RGB (Red+Green+Blue) = 209+220+191=620 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.71% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCBF is #2E2340. Grayscale: #D5D5D5. Windows color (decimal): -3023681 or 12573905. OLE color: 12573905.

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

Color convert

RGB 209 220 191 -
CMYK 0.05 0 0.13 0.14
HSL 82.76º 0.29% 0.81% -
HSV(B) 82.76º 0.13% 0.86% -
XYZ 61.29 68.5 59.28 -
YUV 213.41 115.36 124.86 -
System Red Green Blue C M Y K H S L
Decimal 209 220 191 0.05 0 0.13 0.14 82.76 0.29 0.81
Hex D1 DC BF 5 0 D E 53 1D 51
Octal 321 334 277 5 0 15 16 123 35 121
Binary 11010001 11011100 10111111 101 0 1101 1110 1010011 11101 1010001

Color Harmonies of #D1DCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DCBF

Black with #D1DCBF

Text Example


Text Example

White with #D1DCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DCBF; }

 p { color: rgb(209,220,191); }

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

background-color css

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

 a { background-color: rgb(209,220,191); }

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

border-color css

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

 span { border-color: rgb(209,220,191); }

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