#CDDEBE

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

Shades of Ottoman #CDDEBE

Tints of Ottoman #CDDEBE

Color information

#CDDEBE (or 0xCDDEBE) is unknown color: approx Ottoman. HEX triplet: CD, DE and BE. RGB value is (205,222,190). Sum of RGB (Red+Green+Blue) = 205+222+190=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDEBE is #322141. Grayscale: #D5D5D5. Windows color (decimal): -3285314 or 12508877. OLE color: 12508877.

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

Color convert

RGB205222190-
CMYK0.0800.140.13
HSL91.87º32.65%80.78%-
HSV(B)91.87º14.41%87.06%-
XYZ60.5968.9458.83-
YUV213.27114.87122.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.23%
GREEN value IS 222 (87.11% from 255) = 35.98%
BLUE value IS 190 (74.61% from 255) = 30.79%
R=33.23%
G=35.98%
B=30.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221900.0800.140.1391.8732.6580.78
HexCDDEBE80ED5c2151
Octal315336276100161513441121
Binary110011011101111010111110100001110110110111001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEBE; }

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

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

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

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

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

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

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

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