#D1DBCA

Color #D1DBCA Ottoman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ottoman #D1DBCA

Tints of Ottoman #D1DBCA

Color information

#D1DBCA (or 0xD1DBCA) is unknown color: approx Ottoman. HEX triplet: D1, DB and CA. RGB value is (209,219,202). Sum of RGB (Red+Green+Blue) = 209+219+202=630 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.17% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DBCA is #2E2435. Grayscale: #D6D6D6. Windows color (decimal): -3023926 or 13294545. OLE color: 13294545.

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

Color convert

RGB209219202-
CMYK0.0500.080.14
HSL95.29º19.1%82.55%-
HSV(B)95.29º7.76%85.88%-
XYZ62.2968.4865.81-
YUV214.07121.19124.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.17%
GREEN value IS 219 (85.94% from 255) = 34.76%
BLUE value IS 202 (79.30% from 255) = 32.06%
R=33.17%
G=34.76%
B=32.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092192020.0500.080.1495.2919.182.55
HexD1DBCA508E5f1353
Octal32133331250101613723123
Binary1101000111011011110010101010100011101011111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DBCA; }

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

 H1.HeaderClassName
 {
   color: #D1DBCA;
 }
 .AnyTagClassName
 {
   color: #D1DBCA;
 }
</style>
background-color css

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

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

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

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

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

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