#ADDCDA

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

Shades of Sinbad #ADDCDA

Tints of Sinbad #ADDCDA

Color information

#ADDCDA (or 0xADDCDA) is unknown color: approx Sinbad. HEX triplet: AD, DC and DA. RGB value is (173,220,218). Sum of RGB (Red+Green+Blue) = 173+220+218=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCDA is #522325. Grayscale: #CDCDCD. Windows color (decimal): -5382950 or 14343341. OLE color: 14343341.

HSL color Cylindrical-coordinate representation of color #ADDCDA: hue angle of 177.45º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDCDA is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB173220218-
CMYK0.2100.010.14
HSL177.45º40.17%77.06%-
HSV(B)177.45º21.36%86.27%-
XYZ55.4865.1375.98-
YUV205.72134.93104.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.31%
GREEN value IS 220 (86.33% from 255) = 36.01%
BLUE value IS 218 (85.55% from 255) = 35.68%
R=28.31%
G=36.01%
B=35.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732202180.2100.010.14177.4540.1777.06
HexADDCDA1501Eb1284d
Octal25533433225011626150115
Binary10101101110111001101101010101011110101100011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDCDA; }

 p { color: rgb(173,220,218); }

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

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

 a { background-color: rgb(173,220,218); }

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

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

 span { border-color: rgb(173,220,218); }

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