Html Css Color HEX #ABDDCE Scandal

📋 copy color: '#ABDDCE'

red 171 ◦ green 221 ◦ blue 206

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

Shades of Scandal #ABDDCE

Tints of Scandal #ABDDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.45%

R = 28.6%
G = 36.96%
B = 34.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#ABDDCE (or 0xABDDCE) is known color: Scandal. HEX triplet: AB, DD and CE. RGB value is (171,221,206). Sum of RGB (Red+Green+Blue) = 171+221+206=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDCE is #542231. Grayscale: #CCCCCC. Windows color (decimal): -5513778 or 13557163. OLE color: 13557163.

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

Color convert

RGB 171 221 206 -
CMYK 0.23 0 0.07 0.13
HSL 162º 0.42% 0.77% -
HSV(B) 162º 0.23% 0.87% -
XYZ 53.79 64.83 68.07 -
YUV 204.34 128.94 104.22 -
System Red Green Blue C M Y K H S L
Decimal 171 221 206 0.23 0 0.07 0.13 162 0.42 0.77
Hex AB DD CE 17 0 7 D A2 2A 4D
Octal 253 335 316 27 0 7 15 242 52 115
Binary 10101011 11011101 11001110 10111 0 111 1101 10100010 101010 1001101

Color Harmonies of #ABDDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDCE

Black with #ABDDCE

Text Example


Text Example

White with #ABDDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDCE; }

 p { color: rgb(171,221,206); }

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

background-color css

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

 a { background-color: rgb(171,221,206); }

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

border-color css

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

 span { border-color: rgb(171,221,206); }

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