Html Css Color HEX #ABDED3 Scandal

📋 copy color: '#ABDED3'

red 171 ◦ green 222 ◦ blue 211

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

Shades of Scandal #ABDED3

Tints of Scandal #ABDED3

RGB

 RED value IS 171 (67.19% from 255) = 28.31%

 GREEN value IS 222 (87.11% from 255) = 36.75%

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

R = 28.31%
G = 36.75%
B = 34.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#ABDED3 (or 0xABDED3) is known color: Scandal. HEX triplet: AB, DE and D3. RGB value is (171,222,211). Sum of RGB (Red+Green+Blue) = 171+222+211=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDED3 is #54212C. Grayscale: #CDCDCD. Windows color (decimal): -5513517 or 13885099. OLE color: 13885099.

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

Color convert

RGB 171 222 211 -
CMYK 0.23 0 0.05 0.13
HSL 167.06º 0.44% 0.77% -
HSV(B) 167.06º 0.23% 0.87% -
XYZ 54.67 65.6 71.41 -
YUV 205.5 131.1 103.39 -
System Red Green Blue C M Y K H S L
Decimal 171 222 211 0.23 0 0.05 0.13 167.06 0.44 0.77
Hex AB DE D3 17 0 5 D A7 2C 4D
Octal 253 336 323 27 0 5 15 247 54 115
Binary 10101011 11011110 11010011 10111 0 101 1101 10100111 101100 1001101

Color Harmonies of #ABDED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDED3

Black with #ABDED3

Text Example


Text Example

White with #ABDED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDED3; }

 p { color: rgb(171,222,211); }

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

background-color css

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

 a { background-color: rgb(171,222,211); }

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

border-color css

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

 span { border-color: rgb(171,222,211); }

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