#D4E6C4

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

Shades of Ottoman #D4E6C4

Tints of Ottoman #D4E6C4

Color information

#D4E6C4 (or 0xD4E6C4) is unknown color: approx Ottoman. HEX triplet: D4, E6 and C4. RGB value is (212,230,196). Sum of RGB (Red+Green+Blue) = 212+230+196=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 230 (90.23% from 255 or 36.05% from 638); Blue value is 196 (76.95% from 255 or 30.72% from 638); Max value from RGB is 230 - color contains mainly: green. Hex color #D4E6C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4E6C4 is #2B193B. Grayscale: #DCDCDC. Windows color (decimal): -2824508 or 12904148. OLE color: 12904148.

HSL color Cylindrical-coordinate representation of color #D4E6C4: hue angle of 91.76º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4E6C4 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB212230196-
CMYK0.0800.150.10
HSL91.76º40.48%83.53%-
HSV(B)91.76º14.78%90.2%-
XYZ65.4174.5863.17-
YUV220.74114.04121.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.23%
GREEN value IS 230 (90.23% from 255) = 36.05%
BLUE value IS 196 (76.95% from 255) = 30.72%
R=33.23%
G=36.05%
B=30.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2122301960.0800.150.1091.7640.4883.53
HexD4E6C480FA5c2854
Octal324346304100171213450124
Binary110101001110011011000100100001111101010111001010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E6C4; }

 p { color: rgb(212,230,196); }

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

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

 a { background-color: rgb(212,230,196); }

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

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

 span { border-color: rgb(212,230,196); }

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