Html Css Color HEX #D1DBCB Ottoman

📋 copy color: '#D1DBCB'

red 209 ◦ green 219 ◦ blue 203

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

Shades of Ottoman #D1DBCB

Tints of Ottoman #D1DBCB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.71%

 BLUE value IS 203 (79.69% from 255) = 32.17%

R = 33.12%
G = 34.71%
B = 32.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#D1DBCB (or 0xD1DBCB) is known color: Ottoman. HEX triplet: D1, DB and CB. RGB value is (209,219,203). Sum of RGB (Red+Green+Blue) = 209+219+203=631 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.12% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DBCB is #2E2434. Grayscale: #D6D6D6. Windows color (decimal): -3023925 or 13360081. OLE color: 13360081.

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

Color convert

RGB 209 219 203 -
CMYK 0.05 0 0.07 0.14
HSL 97.5º 0.18% 0.83% -
HSV(B) 97.5º 0.07% 0.86% -
XYZ 62.41 68.53 66.44 -
YUV 214.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 209 219 203 0.05 0 0.07 0.14 97.5 0.18 0.83
Hex D1 DB CB 5 0 7 E 62 12 53
Octal 321 333 313 5 0 7 16 142 22 123
Binary 11010001 11011011 11001011 101 0 111 1110 1100010 10010 1010011

Color Harmonies of #D1DBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DBCB

Black with #D1DBCB

Text Example


Text Example

White with #D1DBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DBCB; }

 p { color: rgb(209,219,203); }

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

background-color css

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

 a { background-color: rgb(209,219,203); }

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

border-color css

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

 span { border-color: rgb(209,219,203); }

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