#D0D5CA

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

Shades of Ottoman #D0D5CA

Tints of Ottoman #D0D5CA

Color information

#D0D5CA (or 0xD0D5CA) is unknown color: approx Ottoman. HEX triplet: D0, D5 and CA. RGB value is (208,213,202). Sum of RGB (Red+Green+Blue) = 208+213+202=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D5CA is #2F2A35. Grayscale: #D2D2D2. Windows color (decimal): -3090998 or 13293008. OLE color: 13293008.

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

Color convert

RGB208213202-
CMYK0.0200.050.16
HSL87.27º11.58%81.37%-
HSV(B)87.27º5.16%83.53%-
XYZ60.4765.2665.29-
YUV210.25123.34126.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.39%
GREEN value IS 213 (83.59% from 255) = 34.19%
BLUE value IS 202 (79.30% from 255) = 32.42%
R=33.39%
G=34.19%
B=32.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082132020.0200.050.1687.2711.5881.37
HexD0D5CA2051057c51
Octal3203253122052012714121
Binary11010000110101011100101010010110000101011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D5CA; }

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

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

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

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

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

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

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

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