#CCDDB6

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

Shades of Ottoman #CCDDB6

Tints of Ottoman #CCDDB6

Color information

#CCDDB6 (or 0xCCDDB6) is unknown color: approx Ottoman. HEX triplet: CC, DD and B6. RGB value is (204,221,182). Sum of RGB (Red+Green+Blue) = 204+221+182=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDB6 is #332249. Grayscale: #D3D3D3. Windows color (decimal): -3351114 or 11984332. OLE color: 11984332.

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

Color convert

RGB204221182-
CMYK0.0800.180.13
HSL86.15º36.45%79.02%-
HSV(B)86.15º17.65%86.67%-
XYZ59.267.9354.25-
YUV211.47111.37122.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 221 (86.72% from 255) = 36.41%
BLUE value IS 182 (71.48% from 255) = 29.98%
R=33.61%
G=36.41%
B=29.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211820.0800.180.1386.1536.4579.02
HexCCDDB68012D56244f
Octal314335266100221512644117
Binary1100110011011101101101101000010010110110101101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDB6; }

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

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

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

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

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

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

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

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