#CCDDC1

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

Shades of Ottoman #CCDDC1

Tints of Ottoman #CCDDC1

Color information

#CCDDC1 (or 0xCCDDC1) is unknown color: approx Ottoman. HEX triplet: CC, DD and C1. RGB value is (204,221,193). Sum of RGB (Red+Green+Blue) = 204+221+193=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDC1 is #33223E. Grayscale: #D4D4D4. Windows color (decimal): -3351103 or 12705228. OLE color: 12705228.

HSL color Cylindrical-coordinate representation of color #CCDDC1: hue angle of 96.43º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCDDC1 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB204221193-
CMYK0.0800.130.13
HSL96.43º29.17%81.18%-
HSV(B)96.43º12.67%86.67%-
XYZ60.3868.460.47-
YUV212.73116.87121.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.01%
GREEN value IS 221 (86.72% from 255) = 35.76%
BLUE value IS 193 (75.78% from 255) = 31.23%
R=33.01%
G=35.76%
B=31.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211930.0800.130.1396.4329.1781.18
HexCCDDC180DD601d51
Octal314335301100151514035121
Binary11001100110111011100000110000110111011100000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDC1; }

 p { color: rgb(204,221,193); }

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

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

 a { background-color: rgb(204,221,193); }

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

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

 span { border-color: rgb(204,221,193); }

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