#CCD7C6

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

Shades of Ottoman #CCD7C6

Tints of Ottoman #CCD7C6

Color information

#CCD7C6 (or 0xCCD7C6) is unknown color: approx Ottoman. HEX triplet: CC, D7 and C6. RGB value is (204,215,198). Sum of RGB (Red+Green+Blue) = 204+215+198=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 215 (84.38% from 255 or 34.85% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7C6 is #332839. Grayscale: #D1D1D1. Windows color (decimal): -3352634 or 13031372. OLE color: 13031372.

HSL color Cylindrical-coordinate representation of color #CCD7C6: hue angle of 98.82º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCD7C6 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB204215198-
CMYK0.0500.080.16
HSL98.82º17.53%80.98%-
HSV(B)98.82º7.91%84.31%-
XYZ59.465.5262.94-
YUV209.77121.36123.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 215 (84.38% from 255) = 34.85%
BLUE value IS 198 (77.73% from 255) = 32.09%
R=33.06%
G=34.85%
B=32.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042151980.0500.080.1698.8217.5380.98
HexCCD7C650810631251
Octal31432730650102014322121
Binary11001100110101111100011010101000100001100011100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7C6; }

 p { color: rgb(204,215,198); }

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

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

 a { background-color: rgb(204,215,198); }

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

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

 span { border-color: rgb(204,215,198); }

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