Html Css Color HEX #A1DDCE Scandal

📋 copy color: '#A1DDCE'

red 161 ◦ green 221 ◦ blue 206

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

Shades of Scandal #A1DDCE

Tints of Scandal #A1DDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.03%

R = 27.38%
G = 37.59%
B = 35.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#A1DDCE (or 0xA1DDCE) is known color: Scandal. HEX triplet: A1, DD and CE. RGB value is (161,221,206). Sum of RGB (Red+Green+Blue) = 161+221+206=588 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.38% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDCE is #5E2231. Grayscale: #C9C9C9. Windows color (decimal): -6169138 or 13557153. OLE color: 13557153.

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

Color convert

RGB 161 221 206 -
CMYK 0.27 0 0.07 0.13
HSL 165º 0.47% 0.75% -
HSV(B) 165º 0.27% 0.87% -
XYZ 51.69 63.75 67.97 -
YUV 201.35 130.62 99.22 -
System Red Green Blue C M Y K H S L
Decimal 161 221 206 0.27 0 0.07 0.13 165 0.47 0.75
Hex A1 DD CE 1B 0 7 D A5 2F 4B
Octal 241 335 316 33 0 7 15 245 57 113
Binary 10100001 11011101 11001110 11011 0 111 1101 10100101 101111 1001011

Color Harmonies of #A1DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DDCE

Black with #A1DDCE

Text Example


Text Example

White with #A1DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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