Html Css Color HEX #ABDED4 Scandal

📋 copy color: '#ABDED4'

red 171 ◦ green 222 ◦ blue 212

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

Shades of Scandal #ABDED4

Tints of Scandal #ABDED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.04%

R = 28.26%
G = 36.69%
B = 35.04%

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

#ABDED4 (or 0xABDED4) is known color: Scandal. HEX triplet: AB, DE and D4. RGB value is (171,222,212). Sum of RGB (Red+Green+Blue) = 171+222+212=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDED4 is #54212B. Grayscale: #CDCDCD. Windows color (decimal): -5513516 or 13950635. OLE color: 13950635.

HSL color Cylindrical-coordinate representation of color #ABDED4: hue angle of 168.24º 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 #ABDED4 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 222 212 -
CMYK 0.23 0 0.05 0.13
HSL 168.24º 0.44% 0.77% -
HSV(B) 168.24º 0.23% 0.87% -
XYZ 54.8 65.65 72.07 -
YUV 205.61 131.6 103.31 -
System Red Green Blue C M Y K H S L
Decimal 171 222 212 0.23 0 0.05 0.13 168.24 0.44 0.77
Hex AB DE D4 17 0 5 D A8 2C 4D
Octal 253 336 324 27 0 5 15 250 54 115
Binary 10101011 11011110 11010100 10111 0 101 1101 10101000 101100 1001101

Color Harmonies of #ABDED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDED4

Black with #ABDED4

Text Example


Text Example

White with #ABDED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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