#CCDDBB

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

Shades of Ottoman #CCDDBB

Tints of Ottoman #CCDDBB

Color information

#CCDDBB (or 0xCCDDBB) is unknown color: approx Ottoman. HEX triplet: CC, DD and BB. RGB value is (204,221,187). Sum of RGB (Red+Green+Blue) = 204+221+187=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDBB is #332244. Grayscale: #D4D4D4. Windows color (decimal): -3351109 or 12312012. OLE color: 12312012.

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

Color convert

RGB204221187-
CMYK0.0800.150.13
HSL90º33.33%80%-
HSV(B)90º15.38%86.67%-
XYZ59.7368.1457.02-
YUV212.04113.87122.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.33%
GREEN value IS 221 (86.72% from 255) = 36.11%
BLUE value IS 187 (73.44% from 255) = 30.56%
R=33.33%
G=36.11%
B=30.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211870.0800.150.139033.3380
HexCCDDBB80FD5a2150
Octal314335273100171513241120
Binary110011001101110110111011100001111110110110101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDBB; }

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

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

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

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

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

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

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

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