#CDDEB5

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

Shades of Ottoman #CDDEB5

Tints of Ottoman #CDDEB5

Color information

#CDDEB5 (or 0xCDDEB5) is unknown color: approx Ottoman. HEX triplet: CD, DE and B5. RGB value is (205,222,181). Sum of RGB (Red+Green+Blue) = 205+222+181=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 181 (71.09% from 255 or 29.77% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDEB5 is #32214A. Grayscale: #D4D4D4. Windows color (decimal): -3285323 or 11919053. OLE color: 11919053.

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

Color convert

RGB205222181-
CMYK0.0800.180.13
HSL84.88º38.32%79.02%-
HSV(B)84.88º18.47%87.06%-
XYZ59.6468.5653.81-
YUV212.24110.37122.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.72%
GREEN value IS 222 (87.11% from 255) = 36.51%
BLUE value IS 181 (71.09% from 255) = 29.77%
R=33.72%
G=36.51%
B=29.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221810.0800.180.1384.8838.3279.02
HexCDDEB58012D55264f
Octal315336265100221512546117
Binary1100110111011110101101011000010010110110101011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEB5; }

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

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

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

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

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

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

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

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