#D4E8B8

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

Shades of Ottoman #D4E8B8

Tints of Ottoman #D4E8B8

Color information

#D4E8B8 (or 0xD4E8B8) is unknown color: approx Ottoman. HEX triplet: D4, E8 and B8. RGB value is (212,232,184). Sum of RGB (Red+Green+Blue) = 212+232+184=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 184 (72.27% from 255 or 29.30% from 628); Max value from RGB is 232 - color contains mainly: green. Hex color #D4E8B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4E8B8 is #2B1747. Grayscale: #DCDCDC. Windows color (decimal): -2824008 or 12118228. OLE color: 12118228.

HSL color Cylindrical-coordinate representation of color #D4E8B8: hue angle of 85º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4E8B8 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB212232184-
CMYK0.0900.210.09
HSL85º51.06%81.57%-
HSV(B)85º20.69%90.98%-
XYZ64.6675.1756.45-
YUV220.55107.37121.9-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.76%
GREEN value IS 232 (91.02% from 255) = 36.94%
BLUE value IS 184 (72.27% from 255) = 29.30%
R=33.76%
G=36.94%
B=29.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2122321840.0900.210.098551.0681.57
HexD4E8B890159553352
Octal324350270110251112563122
Binary1101010011101000101110001001010101100110101011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E8B8; }

 p { color: rgb(212,232,184); }

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

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

 a { background-color: rgb(212,232,184); }

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

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

 span { border-color: rgb(212,232,184); }

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