#D3DFCA

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

Shades of Ottoman #D3DFCA

Tints of Ottoman #D3DFCA

Color information

#D3DFCA (or 0xD3DFCA) is unknown color: approx Ottoman. HEX triplet: D3, DF and CA. RGB value is (211,223,202). Sum of RGB (Red+Green+Blue) = 211+223+202=636 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.18% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DFCA is #2C2035. Grayscale: #D9D9D9. Windows color (decimal): -2891830 or 13295571. OLE color: 13295571.

HSL color Cylindrical-coordinate representation of color #D3DFCA: hue angle of 94.29º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D3DFCA is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB211223202-
CMYK0.0500.090.13
HSL94.29º24.71%83.33%-
HSV(B)94.29º9.42%87.45%-
XYZ63.9170.8966.19-
YUV217.02119.52123.71-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.18%
GREEN value IS 223 (87.5% from 255) = 35.06%
BLUE value IS 202 (79.30% from 255) = 31.76%
R=33.18%
G=35.06%
B=31.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112232020.0500.090.1394.2924.7183.33
HexD3DFCA509D5e1953
Octal32333731250111513631123
Binary1101001111011111110010101010100111011011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DFCA; }

 p { color: rgb(211,223,202); }

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

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

 a { background-color: rgb(211,223,202); }

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

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

 span { border-color: rgb(211,223,202); }

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