#D3DFC3

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

Shades of Ottoman #D3DFC3

Tints of Ottoman #D3DFC3

Color information

#D3DFC3 (or 0xD3DFC3) is unknown color: approx Ottoman. HEX triplet: D3, DF and C3. RGB value is (211,223,195). Sum of RGB (Red+Green+Blue) = 211+223+195=629 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.55% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 195 (76.56% from 255 or 31.00% from 629); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DFC3 is #2C203C. Grayscale: #D8D8D8. Windows color (decimal): -2891837 or 12836819. OLE color: 12836819.

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

Color convert

RGB211223195-
CMYK0.0500.130.13
HSL85.71º30.43%81.96%-
HSV(B)85.71º12.56%87.45%-
XYZ63.170.5661.92-
YUV216.22116.02124.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.55%
GREEN value IS 223 (87.5% from 255) = 35.45%
BLUE value IS 195 (76.56% from 255) = 31.00%
R=33.55%
G=35.45%
B=31.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112231950.0500.130.1385.7130.4381.96
HexD3DFC350DD561e52
Octal32333730350151512636122
Binary1101001111011111110000111010110111011010110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DFC3; }

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

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

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

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

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

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

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

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