Html Css Color HEX #A1DDCB Scandal

📋 copy color: '#A1DDCB'

red 161 ◦ green 221 ◦ blue 203

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

Shades of Scandal #A1DDCB

Tints of Scandal #A1DDCB

RGB

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

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

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

R = 27.52%
G = 37.78%
B = 34.7%

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

#A1DDCB (or 0xA1DDCB) is known color: Scandal. HEX triplet: A1, DD and CB. RGB value is (161,221,203). Sum of RGB (Red+Green+Blue) = 161+221+203=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDCB is #5E2234. Grayscale: #C9C9C9. Windows color (decimal): -6169141 or 13360545. OLE color: 13360545.

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

Color convert

RGB 161 221 203 -
CMYK 0.27 0 0.08 0.13
HSL 162º 0.47% 0.75% -
HSV(B) 162º 0.27% 0.87% -
XYZ 51.33 63.6 66.07 -
YUV 201.01 129.12 99.46 -
System Red Green Blue C M Y K H S L
Decimal 161 221 203 0.27 0 0.08 0.13 162 0.47 0.75
Hex A1 DD CB 1B 0 8 D A2 2F 4B
Octal 241 335 313 33 0 10 15 242 57 113
Binary 10100001 11011101 11001011 11011 0 1000 1101 10100010 101111 1001011

Color Harmonies of #A1DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DDCB

Black with #A1DDCB

Text Example


Text Example

White with #A1DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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