#CCDABE

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

Shades of Ottoman #CCDABE

Tints of Ottoman #CCDABE

Color information

#CCDABE (or 0xCCDABE) is unknown color: approx Ottoman. HEX triplet: CC, DA and BE. RGB value is (204,218,190). Sum of RGB (Red+Green+Blue) = 204+218+190=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDABE is #332541. Grayscale: #D2D2D2. Windows color (decimal): -3351874 or 12507852. OLE color: 12507852.

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

Color convert

RGB204218190-
CMYK0.0600.130.15
HSL90º27.45%80%-
HSV(B)90º12.84%85.49%-
XYZ59.2766.758.47-
YUV210.62116.36123.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.33%
GREEN value IS 218 (85.55% from 255) = 35.62%
BLUE value IS 190 (74.61% from 255) = 31.05%
R=33.33%
G=35.62%
B=31.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042181900.0600.130.159027.4580
HexCCDABE60DF5a1b50
Octal31433227660151713233120
Binary1100110011011010101111101100110111111011010110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDABE; }

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

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

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

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

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

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

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

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