#CCD9C3

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

Shades of Ottoman #CCD9C3

Tints of Ottoman #CCD9C3

Color information

#CCD9C3 (or 0xCCD9C3) is unknown color: approx Ottoman. HEX triplet: CC, D9 and C3. RGB value is (204,217,195). Sum of RGB (Red+Green+Blue) = 204+217+195=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9C3 is #33263C. Grayscale: #D2D2D2. Windows color (decimal): -3352125 or 12835276. OLE color: 12835276.

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

Color convert

RGB204217195-
CMYK0.0600.100.15
HSL95.45º22.45%80.78%-
HSV(B)95.45º10.14%85.1%-
XYZ59.5766.461.31-
YUV210.6119.19123.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.12%
GREEN value IS 217 (85.16% from 255) = 35.23%
BLUE value IS 195 (76.56% from 255) = 31.66%
R=33.12%
G=35.23%
B=31.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042171950.0600.100.1595.4522.4580.78
HexCCD9C360AF5f1651
Octal31433130360121713726121
Binary1100110011011001110000111100101011111011111101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD9C3; }

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

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

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

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

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

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

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

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