#CDD7C5

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

Shades of Ottoman #CDD7C5

Tints of Ottoman #CDD7C5

Color information

#CDD7C5 (or 0xCDD7C5) is unknown color: approx Ottoman. HEX triplet: CD, D7 and C5. RGB value is (205,215,197). Sum of RGB (Red+Green+Blue) = 205+215+197=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 215 (84.38% from 255 or 34.85% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD7C5 is #32283A. Grayscale: #D2D2D2. Windows color (decimal): -3287099 or 12965837. OLE color: 12965837.

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

Color convert

RGB205215197-
CMYK0.0500.080.16
HSL93.33º18.37%80.78%-
HSV(B)93.33º8.37%84.31%-
XYZ59.5665.6162.35-
YUV209.96120.69124.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.23%
GREEN value IS 215 (84.38% from 255) = 34.85%
BLUE value IS 197 (77.34% from 255) = 31.93%
R=33.23%
G=34.85%
B=31.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052151970.0500.080.1693.3318.3780.78
HexCDD7C5508105d1251
Octal31532730550102013522121
Binary11001101110101111100010110101000100001011101100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD7C5; }

 p { color: rgb(205,215,197); }

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

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

 a { background-color: rgb(205,215,197); }

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

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

 span { border-color: rgb(205,215,197); }

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