#CDDDB6

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

Shades of Ottoman #CDDDB6

Tints of Ottoman #CDDDB6

Color information

#CDDDB6 (or 0xCDDDB6) is unknown color: approx Ottoman. HEX triplet: CD, DD and B6. RGB value is (205,221,182). Sum of RGB (Red+Green+Blue) = 205+221+182=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 182 (71.48% from 255 or 29.93% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDB6 is #322249. Grayscale: #D3D3D3. Windows color (decimal): -3285578 or 11984333. OLE color: 11984333.

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

Color convert

RGB205221182-
CMYK0.0700.180.13
HSL84.62º36.45%79.02%-
HSV(B)84.62º17.65%86.67%-
XYZ59.4868.0754.26-
YUV211.77111.2123.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.72%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 182 (71.48% from 255) = 29.93%
R=33.72%
G=36.35%
B=29.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211820.0700.180.1384.6236.4579.02
HexCDDDB67012D55244f
Octal31533526670221512544117
Binary110011011101110110110110111010010110110101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDB6; }

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

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

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

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

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

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

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

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