#CCDBBD

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

Shades of Ottoman #CCDBBD

Tints of Ottoman #CCDBBD

Color information

#CCDBBD (or 0xCCDBBD) is unknown color: approx Ottoman. HEX triplet: CC, DB and BD. RGB value is (204,219,189). Sum of RGB (Red+Green+Blue) = 204+219+189=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBBD is #332442. Grayscale: #D3D3D3. Windows color (decimal): -3351619 or 12442572. OLE color: 12442572.

HSL color Cylindrical-coordinate representation of color #CCDBBD: hue angle of 90º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCDBBD is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB204219189-
CMYK0.0700.140.14
HSL90º29.41%80%-
HSV(B)90º13.7%85.88%-
XYZ59.4267.1757.98-
YUV211.09115.53122.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.33%
GREEN value IS 219 (85.94% from 255) = 35.78%
BLUE value IS 189 (74.22% from 255) = 30.88%
R=33.33%
G=35.78%
B=30.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042191890.0700.140.149029.4180
HexCCDBBD70EE5a1d50
Octal31433327570161613235120
Binary1100110011011011101111011110111011101011010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBBD; }

 p { color: rgb(204,219,189); }

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

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

 a { background-color: rgb(204,219,189); }

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

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

 span { border-color: rgb(204,219,189); }

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