#ADDCCD

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

Shades of Cruise #ADDCCD

Tints of Cruise #ADDCCD

Color information

#ADDCCD (or 0xADDCCD) is unknown color: approx Cruise. HEX triplet: AD, DC and CD. RGB value is (173,220,205). Sum of RGB (Red+Green+Blue) = 173+220+205=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCCD is #522332. Grayscale: #CCCCCC. Windows color (decimal): -5382963 or 13491373. OLE color: 13491373.

HSL color Cylindrical-coordinate representation of color #ADDCCD: hue angle of 160.85º 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 #ADDCCD is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB173220205-
CMYK0.2100.070.14
HSL160.85º40.17%77.06%-
HSV(B)160.85º21.36%86.27%-
XYZ53.8564.4867.37-
YUV204.24128.43105.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.93%
GREEN value IS 220 (86.33% from 255) = 36.79%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=28.93%
G=36.79%
B=34.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732202050.2100.070.14160.8540.1777.06
HexADDCCD1507Ea1284d
Octal25533431525071624150115
Binary1010110111011100110011011010101111110101000011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDCCD; }

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

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

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

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

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

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

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

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