#CCDABC

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

Shades of Ottoman #CCDABC

Tints of Ottoman #CCDABC

Color information

#CCDABC (or 0xCCDABC) is unknown color: approx Ottoman. HEX triplet: CC, DA and BC. RGB value is (204,218,188). Sum of RGB (Red+Green+Blue) = 204+218+188=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDABC is #332543. Grayscale: #D2D2D2. Windows color (decimal): -3351876 or 12376780. OLE color: 12376780.

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

Color convert

RGB204218188-
CMYK0.0600.140.15
HSL88º28.85%79.61%-
HSV(B)88º13.76%85.49%-
XYZ59.0566.6157.32-
YUV210.39115.36123.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.44%
GREEN value IS 218 (85.55% from 255) = 35.74%
BLUE value IS 188 (73.83% from 255) = 30.82%
R=33.44%
G=35.74%
B=30.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042181880.0600.140.158828.8579.61
HexCCDABC60EF581d50
Octal31433227460161713035120
Binary1100110011011010101111001100111011111011000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDABC; }

 p { color: rgb(204,218,188); }

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

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

 a { background-color: rgb(204,218,188); }

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

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

 span { border-color: rgb(204,218,188); }

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