#CDDAC1

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

Shades of Ottoman #CDDAC1

Tints of Ottoman #CDDAC1

Color information

#CDDAC1 (or 0xCDDAC1) is unknown color: approx Ottoman. HEX triplet: CD, DA and C1. RGB value is (205,218,193). Sum of RGB (Red+Green+Blue) = 205+218+193=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDAC1 is #32253E. Grayscale: #D3D3D3. Windows color (decimal): -3286335 or 12704461. OLE color: 12704461.

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

Color convert

RGB205218193-
CMYK0.0600.110.15
HSL91.2º25.25%80.59%-
HSV(B)91.2º11.47%85.49%-
XYZ59.8766.9760.22-
YUV211.26117.69123.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.28%
GREEN value IS 218 (85.55% from 255) = 35.39%
BLUE value IS 193 (75.78% from 255) = 31.33%
R=33.28%
G=35.39%
B=31.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052181930.0600.110.1591.225.2580.59
HexCDDAC160BF5b1951
Octal31533230160131713331121
Binary1100110111011010110000011100101111111011011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAC1; }

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

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

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

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

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

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

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

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