Html Css Color HEX #A3DDCB Scandal

📋 copy color: '#A3DDCB'

red 163 ◦ green 221 ◦ blue 203

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

Shades of Scandal #A3DDCB

Tints of Scandal #A3DDCB

RGB

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

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

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

R = 27.77%
G = 37.65%
B = 34.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#A3DDCB (or 0xA3DDCB) is known color: Scandal. HEX triplet: A3, DD and CB. RGB value is (163,221,203). Sum of RGB (Red+Green+Blue) = 163+221+203=587 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.77% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DDCB is #5C2234. Grayscale: #C9C9C9. Windows color (decimal): -6038069 or 13360547. OLE color: 13360547.

HSL color Cylindrical-coordinate representation of color #A3DDCB: hue angle of 161.38º 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 #A3DDCB is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 221 203 -
CMYK 0.26 0 0.08 0.13
HSL 161.38º 0.46% 0.75% -
HSV(B) 161.38º 0.26% 0.87% -
XYZ 51.74 63.81 66.09 -
YUV 201.61 128.78 100.46 -
System Red Green Blue C M Y K H S L
Decimal 163 221 203 0.26 0 0.08 0.13 161.38 0.46 0.75
Hex A3 DD CB 1A 0 8 D A1 2E 4B
Octal 243 335 313 32 0 10 15 241 56 113
Binary 10100011 11011101 11001011 11010 0 1000 1101 10100001 101110 1001011

Color Harmonies of #A3DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DDCB

Black with #A3DDCB

Text Example


Text Example

White with #A3DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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