#CCD5C4

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

Shades of Ottoman #CCD5C4

Tints of Ottoman #CCD5C4

Color information

#CCD5C4 (or 0xCCD5C4) is unknown color: approx Ottoman. HEX triplet: CC, D5 and C4. RGB value is (204,213,196). Sum of RGB (Red+Green+Blue) = 204+213+196=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5C4 is #332A3B. Grayscale: #D0D0D0. Windows color (decimal): -3353148 or 12899788. OLE color: 12899788.

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

Color convert

RGB204213196-
CMYK0.0400.080.16
HSL91.76º16.83%80.2%-
HSV(B)91.76º7.98%83.53%-
XYZ58.6664.4161.57-
YUV208.37121.02124.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.28%
GREEN value IS 213 (83.59% from 255) = 34.75%
BLUE value IS 196 (76.95% from 255) = 31.97%
R=33.28%
G=34.75%
B=31.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042131960.0400.080.1691.7616.8380.2
HexCCD5C4408105c1150
Octal31432530440102013421120
Binary11001100110101011100010010001000100001011100100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD5C4; }

 p { color: rgb(204,213,196); }

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

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

 a { background-color: rgb(204,213,196); }

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

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

 span { border-color: rgb(204,213,196); }

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