#CCDDC2

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

Shades of Ottoman #CCDDC2

Tints of Ottoman #CCDDC2

Color information

#CCDDC2 (or 0xCCDDC2) is unknown color: approx Ottoman. HEX triplet: CC, DD and C2. RGB value is (204,221,194). Sum of RGB (Red+Green+Blue) = 204+221+194=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDC2 is #33223D. Grayscale: #D4D4D4. Windows color (decimal): -3351102 or 12770764. OLE color: 12770764.

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

Color convert

RGB204221194-
CMYK0.0800.120.13
HSL97.78º28.42%81.37%-
HSV(B)97.78º12.22%86.67%-
XYZ60.568.4561.06-
YUV212.84117.37121.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 221 (86.72% from 255) = 35.70%
BLUE value IS 194 (76.17% from 255) = 31.34%
R=32.96%
G=35.70%
B=31.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211940.0800.120.1397.7828.4281.37
HexCCDDC280CD621c51
Octal314335302100141514234121
Binary11001100110111011100001010000110011011100010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDC2; }

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

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

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

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

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

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

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

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