Html Css Color HEX #A1DDCC Scandal

📋 copy color: '#A1DDCC'

red 161 ◦ green 221 ◦ blue 204

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

Shades of Scandal #A1DDCC

Tints of Scandal #A1DDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.81%

R = 27.47%
G = 37.71%
B = 34.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#A1DDCC (or 0xA1DDCC) is known color: Scandal. HEX triplet: A1, DD and CC. RGB value is (161,221,204). Sum of RGB (Red+Green+Blue) = 161+221+204=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDCC is #5E2233. Grayscale: #C9C9C9. Windows color (decimal): -6169140 or 13426081. OLE color: 13426081.

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

Color convert

RGB 161 221 204 -
CMYK 0.27 0 0.08 0.13
HSL 163º 0.47% 0.75% -
HSV(B) 163º 0.27% 0.87% -
XYZ 51.45 63.65 66.7 -
YUV 201.12 129.62 99.38 -
System Red Green Blue C M Y K H S L
Decimal 161 221 204 0.27 0 0.08 0.13 163 0.47 0.75
Hex A1 DD CC 1B 0 8 D A3 2F 4B
Octal 241 335 314 33 0 10 15 243 57 113
Binary 10100001 11011101 11001100 11011 0 1000 1101 10100011 101111 1001011

Color Harmonies of #A1DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DDCC

Black with #A1DDCC

Text Example


Text Example

White with #A1DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DDCC; }

 p { color: rgb(161,221,204); }

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

background-color css

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

 a { background-color: rgb(161,221,204); }

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

border-color css

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

 span { border-color: rgb(161,221,204); }

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