#CCDBBF

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

Shades of Ottoman #CCDBBF

Tints of Ottoman #CCDBBF

Color information

#CCDBBF (or 0xCCDBBF) is unknown color: approx Ottoman. HEX triplet: CC, DB and BF. RGB value is (204,219,191). Sum of RGB (Red+Green+Blue) = 204+219+191=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBBF is #332440. Grayscale: #D3D3D3. Windows color (decimal): -3351617 or 12573644. OLE color: 12573644.

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

Color convert

RGB204219191-
CMYK0.0700.130.14
HSL92.14º28%80.39%-
HSV(B)92.14º12.79%85.88%-
XYZ59.6467.2659.13-
YUV211.32116.53122.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.22%
GREEN value IS 219 (85.94% from 255) = 35.67%
BLUE value IS 191 (75% from 255) = 31.11%
R=33.22%
G=35.67%
B=31.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042191910.0700.130.1492.142880.39
HexCCDBBF70DE5c1c50
Octal31433327770151613434120
Binary1100110011011011101111111110110111101011100111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBBF; }

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

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

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

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

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

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

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

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