#CDD7BE

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

Shades of Ottoman #CDD7BE

Tints of Ottoman #CDD7BE

Color information

#CDD7BE (or 0xCDD7BE) is unknown color: approx Ottoman. HEX triplet: CD, D7 and BE. RGB value is (205,215,190). Sum of RGB (Red+Green+Blue) = 205+215+190=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD7BE is #322841. Grayscale: #D1D1D1. Windows color (decimal): -3287106 or 12507085. OLE color: 12507085.

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

Color convert

RGB205215190-
CMYK0.0500.120.16
HSL84º23.81%79.41%-
HSV(B)84º11.63%84.31%-
XYZ58.7765.358.22-
YUV209.16117.19125.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.61%
GREEN value IS 215 (84.38% from 255) = 35.25%
BLUE value IS 190 (74.61% from 255) = 31.15%
R=33.61%
G=35.25%
B=31.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052151900.0500.120.168423.8179.41
HexCDD7BE50C1054184f
Octal31532727650142012430117
Binary11001101110101111011111010101100100001010100110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD7BE; }

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

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

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

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

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

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

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

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