Html Css Color HEX #ADDCCE Scandal

📋 copy color: '#ADDCCE'

red 173 ◦ green 220 ◦ blue 206

#ADDCCE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scandal #ADDCCE

Tints of Scandal #ADDCCE

RGB

 RED value IS 173 (67.97% from 255) = 28.88%

 GREEN value IS 220 (86.33% from 255) = 36.73%

 BLUE value IS 206 (80.86% from 255) = 34.39%

R = 28.88%
G = 36.73%
B = 34.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#ADDCCE (or 0xADDCCE) is known color: Scandal. HEX triplet: AD, DC and CE. RGB value is (173,220,206). Sum of RGB (Red+Green+Blue) = 173+220+206=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCCE is #522331. Grayscale: #CCCCCC. Windows color (decimal): -5382962 or 13556909. OLE color: 13556909.

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

Color convert

RGB 173 220 206 -
CMYK 0.21 0 0.06 0.14
HSL 162.13º 0.4% 0.77% -
HSV(B) 162.13º 0.21% 0.86% -
XYZ 53.97 64.53 68 -
YUV 204.35 128.93 105.64 -
System Red Green Blue C M Y K H S L
Decimal 173 220 206 0.21 0 0.06 0.14 162.13 0.4 0.77
Hex AD DC CE 15 0 6 E A2 28 4D
Octal 255 334 316 25 0 6 16 242 50 115
Binary 10101101 11011100 11001110 10101 0 110 1110 10100010 101000 1001101

Color Harmonies of #ADDCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCCE

Black with #ADDCCE

Text Example


Text Example

White with #ADDCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCCE; }

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

 H1.HeaderClassName
 {
   color: #ADDCCE;
 }
 .AnyTagClassName
 {
   color: #ADDCCE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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