#CCDBC1

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

Shades of Ottoman #CCDBC1

Tints of Ottoman #CCDBC1

Color information

#CCDBC1 (or 0xCCDBC1) is unknown color: approx Ottoman. HEX triplet: CC, DB and C1. RGB value is (204,219,193). Sum of RGB (Red+Green+Blue) = 204+219+193=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBC1 is #33243E. Grayscale: #D3D3D3. Windows color (decimal): -3351615 or 12704716. OLE color: 12704716.

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

Color convert

RGB204219193-
CMYK0.0700.120.14
HSL94.62º26.53%80.78%-
HSV(B)94.62º11.87%85.88%-
XYZ59.8667.3560.3-
YUV211.55117.53122.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.12%
GREEN value IS 219 (85.94% from 255) = 35.55%
BLUE value IS 193 (75.78% from 255) = 31.33%
R=33.12%
G=35.55%
B=31.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042191930.0700.120.1494.6226.5380.78
HexCCDBC170CE5f1b51
Octal31433330170141613733121
Binary1100110011011011110000011110110011101011111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBC1; }

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

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

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

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

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

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

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

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