#CDDAC2

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

Shades of Ottoman #CDDAC2

Tints of Ottoman #CDDAC2

Color information

#CDDAC2 (or 0xCDDAC2) is unknown color: approx Ottoman. HEX triplet: CD, DA and C2. RGB value is (205,218,194). Sum of RGB (Red+Green+Blue) = 205+218+194=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDAC2 is #32253D. Grayscale: #D3D3D3. Windows color (decimal): -3286334 or 12769997. OLE color: 12769997.

HSL color Cylindrical-coordinate representation of color #CDDAC2: hue angle of 92.5º degrees, saturation: 0.24, 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 #CDDAC2 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB205218194-
CMYK0.0600.110.15
HSL92.5º24.49%80.78%-
HSV(B)92.5º11.01%85.49%-
XYZ59.9967.0260.81-
YUV211.38118.19123.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.23%
GREEN value IS 218 (85.55% from 255) = 35.33%
BLUE value IS 194 (76.17% from 255) = 31.44%
R=33.23%
G=35.33%
B=31.44%

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
Decimal2052181940.0600.110.1592.524.4980.78
HexCDDAC260BF5c1851
Octal31533230260131713430121
Binary1100110111011010110000101100101111111011100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAC2; }

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

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

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

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

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

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

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

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