Html Css Color HEX #A3DED2 Scandal

📋 copy color: '#A3DED2'

red 163 ◦ green 222 ◦ blue 210

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

Shades of Scandal #A3DED2

Tints of Scandal #A3DED2

RGB

 RED value IS 163 (64.06% from 255) = 27.39%

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

 BLUE value IS 210 (82.42% from 255) = 35.29%

R = 27.39%
G = 37.31%
B = 35.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#A3DED2 (or 0xA3DED2) is known color: Scandal. HEX triplet: A3, DE and D2. RGB value is (163,222,210). Sum of RGB (Red+Green+Blue) = 163+222+210=595 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.39% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DED2 is #5C212D. Grayscale: #CACACA. Windows color (decimal): -6037806 or 13819555. OLE color: 13819555.

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

Color convert

RGB 163 222 210 -
CMYK 0.27 0 0.05 0.13
HSL 167.8º 0.47% 0.75% -
HSV(B) 167.8º 0.27% 0.87% -
XYZ 52.86 64.68 70.67 -
YUV 202.99 131.95 99.48 -
System Red Green Blue C M Y K H S L
Decimal 163 222 210 0.27 0 0.05 0.13 167.8 0.47 0.75
Hex A3 DE D2 1B 0 5 D A8 2F 4B
Octal 243 336 322 33 0 5 15 250 57 113
Binary 10100011 11011110 11010010 11011 0 101 1101 10101000 101111 1001011

Color Harmonies of #A3DED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DED2

Black with #A3DED2

Text Example


Text Example

White with #A3DED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DED2; }

 p { color: rgb(163,222,210); }

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

background-color css

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

 a { background-color: rgb(163,222,210); }

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

border-color css

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

 span { border-color: rgb(163,222,210); }

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