#CDDAC6

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

Shades of Ottoman #CDDAC6

Tints of Ottoman #CDDAC6

Color information

#CDDAC6 (or 0xCDDAC6) is unknown color: approx Ottoman. HEX triplet: CD, DA and C6. RGB value is (205,218,198). Sum of RGB (Red+Green+Blue) = 205+218+198=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDAC6 is #322539. Grayscale: #D3D3D3. Windows color (decimal): -3286330 or 13032141. OLE color: 13032141.

HSL color Cylindrical-coordinate representation of color #CDDAC6: hue angle of 99º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDDAC6 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB205218198-
CMYK0.0600.090.15
HSL99º21.28%81.57%-
HSV(B)99º9.17%85.49%-
XYZ60.4467.263.21-
YUV211.83120.19123.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.01%
GREEN value IS 218 (85.55% from 255) = 35.10%
BLUE value IS 198 (77.73% from 255) = 31.88%
R=33.01%
G=35.10%
B=31.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052181980.0600.090.159921.2881.57
HexCDDAC6609F631552
Octal31533230660111714325122
Binary1100110111011010110001101100100111111100011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAC6; }

 p { color: rgb(205,218,198); }

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

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

 a { background-color: rgb(205,218,198); }

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

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

 span { border-color: rgb(205,218,198); }

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