#D0E2C2

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

Shades of Ottoman #D0E2C2

Tints of Ottoman #D0E2C2

Color information

#D0E2C2 (or 0xD0E2C2) is unknown color: approx Ottoman. HEX triplet: D0, E2 and C2. RGB value is (208,226,194). Sum of RGB (Red+Green+Blue) = 208+226+194=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 226 (88.67% from 255 or 35.99% from 628); Blue value is 194 (76.17% from 255 or 30.89% from 628); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E2C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E2C2 is #2F1D3D. Grayscale: #D9D9D9. Windows color (decimal): -3087678 or 12772048. OLE color: 12772048.

HSL color Cylindrical-coordinate representation of color #D0E2C2: hue angle of 93.75º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0E2C2 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB208226194-
CMYK0.0800.140.11
HSL93.75º35.56%82.35%-
HSV(B)93.75º14.16%88.63%-
XYZ62.9571.761.56-
YUV216.97115.04121.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.12%
GREEN value IS 226 (88.67% from 255) = 35.99%
BLUE value IS 194 (76.17% from 255) = 30.89%
R=33.12%
G=35.99%
B=30.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2082261940.0800.140.1193.7535.5682.35
HexD0E2C280EB5e2452
Octal320342302100161313644122
Binary110100001110001011000010100001110101110111101001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E2C2; }

 p { color: rgb(208,226,194); }

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

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

 a { background-color: rgb(208,226,194); }

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

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

 span { border-color: rgb(208,226,194); }

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