Html Css Color HEX #A1DDCF Scandal

📋 copy color: '#A1DDCF'

red 161 ◦ green 221 ◦ blue 207

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

Shades of Scandal #A1DDCF

Tints of Scandal #A1DDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.14%

R = 27.33%
G = 37.52%
B = 35.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#A1DDCF (or 0xA1DDCF) is known color: Scandal. HEX triplet: A1, DD and CF. RGB value is (161,221,207). Sum of RGB (Red+Green+Blue) = 161+221+207=589 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.33% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDCF is #5E2230. Grayscale: #C9C9C9. Windows color (decimal): -6169137 or 13622689. OLE color: 13622689.

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

Color convert

RGB 161 221 207 -
CMYK 0.27 0 0.06 0.13
HSL 166º 0.47% 0.75% -
HSV(B) 166º 0.27% 0.87% -
XYZ 51.82 63.79 68.61 -
YUV 201.46 131.12 99.14 -
System Red Green Blue C M Y K H S L
Decimal 161 221 207 0.27 0 0.06 0.13 166 0.47 0.75
Hex A1 DD CF 1B 0 6 D A6 2F 4B
Octal 241 335 317 33 0 6 15 246 57 113
Binary 10100001 11011101 11001111 11011 0 110 1101 10100110 101111 1001011

Color Harmonies of #A1DDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DDCF

Black with #A1DDCF

Text Example


Text Example

White with #A1DDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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