Html Css Color HEX #A1DFD3 Scandal

📋 copy color: '#A1DFD3'

red 161 ◦ green 223 ◦ blue 211

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

Shades of Scandal #A1DFD3

Tints of Scandal #A1DFD3

RGB

 RED value IS 161 (63.28% from 255) = 27.06%

 GREEN value IS 223 (87.5% from 255) = 37.48%

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

R = 27.06%
G = 37.48%
B = 35.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#A1DFD3 (or 0xA1DFD3) is known color: Scandal. HEX triplet: A1, DF and D3. RGB value is (161,223,211). Sum of RGB (Red+Green+Blue) = 161+223+211=595 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.06% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 211 (82.81% from 255 or 35.46% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DFD3 is #5E202C. Grayscale: #CBCBCB. Windows color (decimal): -6168621 or 13885345. OLE color: 13885345.

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

Color convert

RGB 161 223 211 -
CMYK 0.28 0 0.05 0.13
HSL 168.39º 0.49% 0.75% -
HSV(B) 168.39º 0.28% 0.87% -
XYZ 52.84 65.06 71.4 -
YUV 203.09 132.46 97.98 -
System Red Green Blue C M Y K H S L
Decimal 161 223 211 0.28 0 0.05 0.13 168.39 0.49 0.75
Hex A1 DF D3 1C 0 5 D A8 31 4B
Octal 241 337 323 34 0 5 15 250 61 113
Binary 10100001 11011111 11010011 11100 0 101 1101 10101000 110001 1001011

Color Harmonies of #A1DFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DFD3

Black with #A1DFD3

Text Example


Text Example

White with #A1DFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DFD3; }

 p { color: rgb(161,223,211); }

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

background-color css

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

 a { background-color: rgb(161,223,211); }

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

border-color css

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

 span { border-color: rgb(161,223,211); }

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