#CDDEB9

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

Shades of Ottoman #CDDEB9

Tints of Ottoman #CDDEB9

Color information

#CDDEB9 (or 0xCDDEB9) is unknown color: approx Ottoman. HEX triplet: CD, DE and B9. RGB value is (205,222,185). Sum of RGB (Red+Green+Blue) = 205+222+185=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 185 (72.66% from 255 or 30.23% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDEB9 is #322146. Grayscale: #D4D4D4. Windows color (decimal): -3285319 or 12181197. OLE color: 12181197.

HSL color Cylindrical-coordinate representation of color #CDDEB9: hue angle of 87.57º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDDEB9 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB205222185-
CMYK0.0800.170.13
HSL87.57º35.92%79.8%-
HSV(B)87.57º16.67%87.06%-
XYZ60.0668.7256-
YUV212.7112.37122.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.50%
GREEN value IS 222 (87.11% from 255) = 36.27%
BLUE value IS 185 (72.66% from 255) = 30.23%
R=33.50%
G=36.27%
B=30.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221850.0800.170.1387.5735.9279.8
HexCDDEB98011D582450
Octal315336271100211513044120
Binary1100110111011110101110011000010001110110110001001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEB9; }

 p { color: rgb(205,222,185); }

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

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

 a { background-color: rgb(205,222,185); }

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

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

 span { border-color: rgb(205,222,185); }

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