#CCD9C2

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

Shades of Ottoman #CCD9C2

Tints of Ottoman #CCD9C2

Color information

#CCD9C2 (or 0xCCD9C2) is unknown color: approx Ottoman. HEX triplet: CC, D9 and C2. RGB value is (204,217,194). Sum of RGB (Red+Green+Blue) = 204+217+194=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9C2 is #33263D. Grayscale: #D2D2D2. Windows color (decimal): -3352126 or 12769740. OLE color: 12769740.

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

Color convert

RGB204217194-
CMYK0.0600.110.15
HSL93.91º23.23%80.59%-
HSV(B)93.91º10.6%85.1%-
XYZ59.4566.3660.71-
YUV210.49118.69123.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.17%
GREEN value IS 217 (85.16% from 255) = 35.28%
BLUE value IS 194 (76.17% from 255) = 31.54%
R=33.17%
G=35.28%
B=31.54%

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
Decimal2042171940.0600.110.1593.9123.2380.59
HexCCD9C260BF5e1751
Octal31433130260131713627121
Binary1100110011011001110000101100101111111011110101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD9C2; }

 p { color: rgb(204,217,194); }

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

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

 a { background-color: rgb(204,217,194); }

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

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

 span { border-color: rgb(204,217,194); }

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