#CDDAC0

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

Shades of Ottoman #CDDAC0

Tints of Ottoman #CDDAC0

Color information

#CDDAC0 (or 0xCDDAC0) is unknown color: approx Ottoman. HEX triplet: CD, DA and C0. RGB value is (205,218,192). Sum of RGB (Red+Green+Blue) = 205+218+192=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDAC0 is #32253F. Grayscale: #D3D3D3. Windows color (decimal): -3286336 or 12638925. OLE color: 12638925.

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

Color convert

RGB205218192-
CMYK0.0600.120.15
HSL90º26%80.39%-
HSV(B)90º11.93%85.49%-
XYZ59.7666.9359.64-
YUV211.15117.19123.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.33%
GREEN value IS 218 (85.55% from 255) = 35.45%
BLUE value IS 192 (75.39% from 255) = 31.22%
R=33.33%
G=35.45%
B=31.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052181920.0600.120.15902680.39
HexCDDAC060CF5a1a50
Octal31533230060141713232120
Binary1100110111011010110000001100110011111011010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAC0; }

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

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

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

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

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

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

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

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