#CDDEB6

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

Shades of Ottoman #CDDEB6

Tints of Ottoman #CDDEB6

Color information

#CDDEB6 (or 0xCDDEB6) is unknown color: approx Ottoman. HEX triplet: CD, DE and B6. RGB value is (205,222,182). Sum of RGB (Red+Green+Blue) = 205+222+182=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDEB6 is #322149. Grayscale: #D4D4D4. Windows color (decimal): -3285322 or 11984589. OLE color: 11984589.

HSL color Cylindrical-coordinate representation of color #CDDEB6: hue angle of 85.5º 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 #CDDEB6 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB205222182-
CMYK0.0800.180.13
HSL85.5º37.74%79.22%-
HSV(B)85.5º18.02%87.06%-
XYZ59.7468.654.35-
YUV212.36110.87122.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.66%
GREEN value IS 222 (87.11% from 255) = 36.45%
BLUE value IS 182 (71.48% from 255) = 29.89%
R=33.66%
G=36.45%
B=29.89%

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
Decimal2052221820.0800.180.1385.537.7479.22
HexCDDEB68012D56264f
Octal315336266100221512646117
Binary1100110111011110101101101000010010110110101101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEB6; }

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

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

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

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

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

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

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

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