#CCD8BB

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

Shades of Ottoman #CCD8BB

Tints of Ottoman #CCD8BB

Color information

#CCD8BB (or 0xCCD8BB) is unknown color: approx Ottoman. HEX triplet: CC, D8 and BB. RGB value is (204,216,187). Sum of RGB (Red+Green+Blue) = 204+216+187=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8BB is #332744. Grayscale: #D1D1D1. Windows color (decimal): -3352389 or 12310732. OLE color: 12310732.

HSL color Cylindrical-coordinate representation of color #CCD8BB: hue angle of 84.83º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCD8BB is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB204216187-
CMYK0.0600.130.15
HSL84.83º27.1%79.02%-
HSV(B)84.83º13.43%84.71%-
XYZ58.4365.5456.58-
YUV209.11115.52124.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 216 (84.77% from 255) = 35.58%
BLUE value IS 187 (73.44% from 255) = 30.81%
R=33.61%
G=35.58%
B=30.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042161870.0600.130.1584.8327.179.02
HexCCD8BB60DF551b4f
Octal31433027360151712533117
Binary1100110011011000101110111100110111111010101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD8BB; }

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

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

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

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

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

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

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

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