Html Css Color HEX #A3DDCA Scandal

📋 copy color: '#A3DDCA'

red 163 ◦ green 221 ◦ blue 202

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

Shades of Scandal #A3DDCA

Tints of Scandal #A3DDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.47%

R = 27.82%
G = 37.71%
B = 34.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#A3DDCA (or 0xA3DDCA) is known color: Scandal. HEX triplet: A3, DD and CA. RGB value is (163,221,202). Sum of RGB (Red+Green+Blue) = 163+221+202=586 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.82% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DDCA is #5C2235. Grayscale: #C9C9C9. Windows color (decimal): -6038070 or 13295011. OLE color: 13295011.

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

Color convert

RGB 163 221 202 -
CMYK 0.26 0 0.09 0.13
HSL 160.34º 0.46% 0.75% -
HSV(B) 160.34º 0.26% 0.87% -
XYZ 51.62 63.76 65.46 -
YUV 201.49 128.28 100.54 -
System Red Green Blue C M Y K H S L
Decimal 163 221 202 0.26 0 0.09 0.13 160.34 0.46 0.75
Hex A3 DD CA 1A 0 9 D A0 2E 4B
Octal 243 335 312 32 0 11 15 240 56 113
Binary 10100011 11011101 11001010 11010 0 1001 1101 10100000 101110 1001011

Color Harmonies of #A3DDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DDCA

Black with #A3DDCA

Text Example


Text Example

White with #A3DDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DDCA; }

 p { color: rgb(163,221,202); }

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

background-color css

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

 a { background-color: rgb(163,221,202); }

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

border-color css

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

 span { border-color: rgb(163,221,202); }

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