#D0D5CC

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

Shades of Ottoman #D0D5CC

Tints of Ottoman #D0D5CC

Color information

#D0D5CC (or 0xD0D5CC) is unknown color: approx Ottoman. HEX triplet: D0, D5 and CC. RGB value is (208,213,204). Sum of RGB (Red+Green+Blue) = 208+213+204=625 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.28% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D5CC is #2F2A33. Grayscale: #D2D2D2. Windows color (decimal): -3090996 or 13424080. OLE color: 13424080.

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

Color convert

RGB208213204-
CMYK0.0200.040.16
HSL93.33º9.68%81.76%-
HSV(B)93.33º4.23%83.53%-
XYZ60.7165.3666.54-
YUV210.48124.34126.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.28%
GREEN value IS 213 (83.59% from 255) = 34.08%
BLUE value IS 204 (80.08% from 255) = 32.64%
R=33.28%
G=34.08%
B=32.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082132040.0200.040.1693.339.6881.76
HexD0D5CC204105da52
Octal3203253142042013512122
Binary11010000110101011100110010010010000101110110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D5CC; }

 p { color: rgb(208,213,204); }

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

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

 a { background-color: rgb(208,213,204); }

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

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

 span { border-color: rgb(208,213,204); }

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