#CCDAC0

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

Shades of Ottoman #CCDAC0

Tints of Ottoman #CCDAC0

Color information

#CCDAC0 (or 0xCCDAC0) is unknown color: approx Ottoman. HEX triplet: CC, DA and C0. RGB value is (204,218,192). Sum of RGB (Red+Green+Blue) = 204+218+192=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDAC0 is #33253F. Grayscale: #D2D2D2. Windows color (decimal): -3351872 or 12638924. OLE color: 12638924.

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

Color convert

RGB204218192-
CMYK0.0600.120.15
HSL92.31º26%80.39%-
HSV(B)92.31º11.93%85.49%-
XYZ59.4966.7959.62-
YUV210.85117.36123.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.22%
GREEN value IS 218 (85.55% from 255) = 35.50%
BLUE value IS 192 (75.39% from 255) = 31.27%
R=33.22%
G=35.50%
B=31.27%

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
Decimal2042181920.0600.120.1592.312680.39
HexCCDAC060CF5c1a50
Octal31433230060141713432120
Binary1100110011011010110000001100110011111011100110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDAC0; }

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

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

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

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

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

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

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

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