#CCDEC1

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

Shades of Ottoman #CCDEC1

Tints of Ottoman #CCDEC1

Color information

#CCDEC1 (or 0xCCDEC1) is unknown color: approx Ottoman. HEX triplet: CC, DE and C1. RGB value is (204,222,193). Sum of RGB (Red+Green+Blue) = 204+222+193=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEC1 is #33213E. Grayscale: #D5D5D5. Windows color (decimal): -3350847 or 12705484. OLE color: 12705484.

HSL color Cylindrical-coordinate representation of color #CCDEC1: hue angle of 97.24º degrees, saturation: 0.31, 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 #CCDEC1 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB204222193-
CMYK0.0800.130.13
HSL97.24º30.53%81.37%-
HSV(B)97.24º13.06%87.06%-
XYZ60.6568.9360.56-
YUV213.31116.54121.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 222 (87.11% from 255) = 35.86%
BLUE value IS 193 (75.78% from 255) = 31.18%
R=32.96%
G=35.86%
B=31.18%

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
Decimal2042221930.0800.130.1397.2430.5381.37
HexCCDEC180DD611f51
Octal314336301100151514137121
Binary11001100110111101100000110000110111011100001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDEC1; }

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

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

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

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

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

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

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

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