Html Css Color HEX #ABDCCB Scandal

📋 copy color: '#ABDCCB'

red 171 ◦ green 220 ◦ blue 203

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

Shades of Scandal #ABDCCB

Tints of Scandal #ABDCCB

RGB

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

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

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

R = 28.79%
G = 37.04%
B = 34.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#ABDCCB (or 0xABDCCB) is known color: Scandal. HEX triplet: AB, DC and CB. RGB value is (171,220,203). Sum of RGB (Red+Green+Blue) = 171+220+203=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCCB is #542334. Grayscale: #CBCBCB. Windows color (decimal): -5514037 or 13360299. OLE color: 13360299.

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

Color convert

RGB 171 220 203 -
CMYK 0.22 0 0.08 0.14
HSL 159.18º 0.41% 0.77% -
HSV(B) 159.18º 0.22% 0.86% -
XYZ 53.17 64.16 66.08 -
YUV 203.41 127.77 104.88 -
System Red Green Blue C M Y K H S L
Decimal 171 220 203 0.22 0 0.08 0.14 159.18 0.41 0.77
Hex AB DC CB 16 0 8 E 9F 29 4D
Octal 253 334 313 26 0 10 16 237 51 115
Binary 10101011 11011100 11001011 10110 0 1000 1110 10011111 101001 1001101

Color Harmonies of #ABDCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCCB

Black with #ABDCCB

Text Example


Text Example

White with #ABDCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCCB; }

 p { color: rgb(171,220,203); }

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

background-color css

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

 a { background-color: rgb(171,220,203); }

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

border-color css

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

 span { border-color: rgb(171,220,203); }

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