Html Css Color HEX #A9DCD3 Scandal

📋 copy color: '#A9DCD3'

red 169 ◦ green 220 ◦ blue 211

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

Shades of Scandal #A9DCD3

Tints of Scandal #A9DCD3

RGB

 RED value IS 169 (66.41% from 255) = 28.17%

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

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

R = 28.17%
G = 36.67%
B = 35.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#A9DCD3 (or 0xA9DCD3) is known color: Scandal. HEX triplet: A9, DC and D3. RGB value is (169,220,211). Sum of RGB (Red+Green+Blue) = 169+220+211=600 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.17% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCD3 is #56232C. Grayscale: #CBCBCB. Windows color (decimal): -5645101 or 13884585. OLE color: 13884585.

HSL color Cylindrical-coordinate representation of color #A9DCD3: hue angle of 169.41º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DCD3 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 220 211 -
CMYK 0.23 0 0.04 0.14
HSL 169.41º 0.42% 0.76% -
HSV(B) 169.41º 0.23% 0.86% -
XYZ 53.71 64.32 71.21 -
YUV 203.73 132.1 103.23 -
System Red Green Blue C M Y K H S L
Decimal 169 220 211 0.23 0 0.04 0.14 169.41 0.42 0.76
Hex A9 DC D3 17 0 4 E A9 2A 4C
Octal 251 334 323 27 0 4 16 251 52 114
Binary 10101001 11011100 11010011 10111 0 100 1110 10101001 101010 1001100

Color Harmonies of #A9DCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DCD3

Black with #A9DCD3

Text Example


Text Example

White with #A9DCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DCD3; }

 p { color: rgb(169,220,211); }

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

background-color css

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

 a { background-color: rgb(169,220,211); }

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

border-color css

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

 span { border-color: rgb(169,220,211); }

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