Html Css Color HEX #ADD3CB Scandal

📋 copy color: '#ADD3CB'

red 173 ◦ green 211 ◦ blue 203

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

Shades of Scandal #ADD3CB

Tints of Scandal #ADD3CB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.95%

 BLUE value IS 203 (79.69% from 255) = 34.58%

R = 29.47%
G = 35.95%
B = 34.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#ADD3CB (or 0xADD3CB) is known color: Scandal. HEX triplet: AD, D3 and CB. RGB value is (173,211,203). Sum of RGB (Red+Green+Blue) = 173+211+203=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3CB is #522C34. Grayscale: #C6C6C6. Windows color (decimal): -5385269 or 13357997. OLE color: 13357997.

HSL color Cylindrical-coordinate representation of color #ADD3CB: hue angle of 167.37º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD3CB is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 211 203 -
CMYK 0.18 0 0.04 0.17
HSL 167.37º 0.3% 0.75% -
HSV(B) 167.37º 0.18% 0.83% -
XYZ 51.31 59.78 65.34 -
YUV 198.73 130.41 109.65 -
System Red Green Blue C M Y K H S L
Decimal 173 211 203 0.18 0 0.04 0.17 167.37 0.3 0.75
Hex AD D3 CB 12 0 4 11 A7 1E 4B
Octal 255 323 313 22 0 4 21 247 36 113
Binary 10101101 11010011 11001011 10010 0 100 10001 10100111 11110 1001011

Color Harmonies of #ADD3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD3CB

Black with #ADD3CB

Text Example


Text Example

White with #ADD3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD3CB; }

 p { color: rgb(173,211,203); }

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

background-color css

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

 a { background-color: rgb(173,211,203); }

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

border-color css

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

 span { border-color: rgb(173,211,203); }

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