Html Css Color HEX #ADDDD3 Scandal

📋 copy color: '#ADDDD3'

red 173 ◦ green 221 ◦ blue 211

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

Shades of Scandal #ADDDD3

Tints of Scandal #ADDDD3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.53%

 BLUE value IS 211 (82.81% from 255) = 34.88%

R = 28.6%
G = 36.53%
B = 34.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#ADDDD3 (or 0xADDDD3) is known color: Scandal. HEX triplet: AD, DD and D3. RGB value is (173,221,211). Sum of RGB (Red+Green+Blue) = 173+221+211=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 211 (82.81% from 255 or 34.88% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDD3 is #52222C. Grayscale: #CDCDCD. Windows color (decimal): -5382701 or 13884845. OLE color: 13884845.

HSL color Cylindrical-coordinate representation of color #ADDDD3: hue angle of 167.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDDD3 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 221 211 -
CMYK 0.22 0 0.05 0.13
HSL 167.5º 0.41% 0.77% -
HSV(B) 167.5º 0.22% 0.87% -
XYZ 54.85 65.3 71.34 -
YUV 205.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 173 221 211 0.22 0 0.05 0.13 167.5 0.41 0.77
Hex AD DD D3 16 0 5 D A8 29 4D
Octal 255 335 323 26 0 5 15 250 51 115
Binary 10101101 11011101 11010011 10110 0 101 1101 10101000 101001 1001101

Color Harmonies of #ADDDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDDD3

Black with #ADDDD3

Text Example


Text Example

White with #ADDDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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