#D4D8CF

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

Shades of Ottoman #D4D8CF

Tints of Ottoman #D4D8CF

Color information

#D4D8CF (or 0xD4D8CF) is unknown color: approx Ottoman. HEX triplet: D4, D8 and CF. RGB value is (212,216,207). Sum of RGB (Red+Green+Blue) = 212+216+207=635 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.39% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D8CF is #2B2730. Grayscale: #D5D5D5. Windows color (decimal): -2828081 or 13621460. OLE color: 13621460.

HSL color Cylindrical-coordinate representation of color #D4D8CF: hue angle of 86.67º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4D8CF is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB212216207-
CMYK0.0200.040.15
HSL86.67º10.34%82.94%-
HSV(B)86.67º4.17%84.71%-
XYZ62.9767.6168.76-
YUV213.78124.17126.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.39%
GREEN value IS 216 (84.77% from 255) = 34.02%
BLUE value IS 207 (81.25% from 255) = 32.60%
R=33.39%
G=34.02%
B=32.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122162070.0200.040.1586.6710.3482.94
HexD4D8CF204F57a53
Octal3243303172041712712123
Binary1101010011011000110011111001001111101011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D8CF; }

 p { color: rgb(212,216,207); }

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

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

 a { background-color: rgb(212,216,207); }

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

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

 span { border-color: rgb(212,216,207); }

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