#CDDEBD

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

Shades of Ottoman #CDDEBD

Tints of Ottoman #CDDEBD

Color information

#CDDEBD (or 0xCDDEBD) is unknown color: approx Ottoman. HEX triplet: CD, DE and BD. RGB value is (205,222,189). Sum of RGB (Red+Green+Blue) = 205+222+189=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDEBD is #322142. Grayscale: #D5D5D5. Windows color (decimal): -3285315 or 12443341. OLE color: 12443341.

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

Color convert

RGB205222189-
CMYK0.0800.150.13
HSL90.91º33.33%80.59%-
HSV(B)90.91º14.86%87.06%-
XYZ60.4868.958.25-
YUV213.15114.37122.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.28%
GREEN value IS 222 (87.11% from 255) = 36.04%
BLUE value IS 189 (74.22% from 255) = 30.68%
R=33.28%
G=36.04%
B=30.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221890.0800.150.1390.9133.3380.59
HexCDDEBD80FD5b2151
Octal315336275100171513341121
Binary110011011101111010111101100001111110110110111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEBD; }

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

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

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

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

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

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

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

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