Html Css Color HEX #ADDCCF Scandal

📋 copy color: '#ADDCCF'

red 173 ◦ green 220 ◦ blue 207

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

Shades of Scandal #ADDCCF

Tints of Scandal #ADDCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.5%

R = 28.83%
G = 36.67%
B = 34.5%

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

#ADDCCF (or 0xADDCCF) is known color: Scandal. HEX triplet: AD, DC and CF. RGB value is (173,220,207). Sum of RGB (Red+Green+Blue) = 173+220+207=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCCF is #522330. Grayscale: #CCCCCC. Windows color (decimal): -5382961 or 13622445. OLE color: 13622445.

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

Color convert

RGB 173 220 207 -
CMYK 0.21 0 0.06 0.14
HSL 163.4º 0.4% 0.77% -
HSV(B) 163.4º 0.21% 0.86% -
XYZ 54.09 64.58 68.65 -
YUV 204.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 173 220 207 0.21 0 0.06 0.14 163.4 0.4 0.77
Hex AD DC CF 15 0 6 E A3 28 4D
Octal 255 334 317 25 0 6 16 243 50 115
Binary 10101101 11011100 11001111 10101 0 110 1110 10100011 101000 1001101

Color Harmonies of #ADDCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCCF

Black with #ADDCCF

Text Example


Text Example

White with #ADDCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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