#D4DFCA

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

Shades of Ottoman #D4DFCA

Tints of Ottoman #D4DFCA

Color information

#D4DFCA (or 0xD4DFCA) is unknown color: approx Ottoman. HEX triplet: D4, DF and CA. RGB value is (212,223,202). Sum of RGB (Red+Green+Blue) = 212+223+202=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DFCA is #2B2035. Grayscale: #D9D9D9. Windows color (decimal): -2826294 or 13295572. OLE color: 13295572.

HSL color Cylindrical-coordinate representation of color #D4DFCA: hue angle of 91.43º 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 #D4DFCA is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB212223202-
CMYK0.0500.090.13
HSL91.43º24.71%83.33%-
HSV(B)91.43º9.42%87.45%-
XYZ64.271.0466.2-
YUV217.32119.36124.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.28%
GREEN value IS 223 (87.5% from 255) = 35.01%
BLUE value IS 202 (79.30% from 255) = 31.71%
R=33.28%
G=35.01%
B=31.71%

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
Decimal2122232020.0500.090.1391.4324.7183.33
HexD4DFCA509D5b1953
Octal32433731250111513331123
Binary1101010011011111110010101010100111011011011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DFCA; }

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

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

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

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

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

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

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

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