Html Css Color HEX #A5DDCE Scandal

📋 copy color: '#A5DDCE'

red 165 ◦ green 221 ◦ blue 206

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

Shades of Scandal #A5DDCE

Tints of Scandal #A5DDCE

RGB

 RED value IS 165 (64.84% from 255) = 27.87%

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

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

R = 27.87%
G = 37.33%
B = 34.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#A5DDCE (or 0xA5DDCE) is known color: Scandal. HEX triplet: A5, DD and CE. RGB value is (165,221,206). Sum of RGB (Red+Green+Blue) = 165+221+206=592 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.87% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DDCE is #5A2231. Grayscale: #CACACA. Windows color (decimal): -5906994 or 13557157. OLE color: 13557157.

HSL color Cylindrical-coordinate representation of color #A5DDCE: hue angle of 163.93º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DDCE is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 221 206 -
CMYK 0.25 0 0.07 0.13
HSL 163.93º 0.45% 0.76% -
HSV(B) 163.93º 0.25% 0.87% -
XYZ 52.51 64.17 68.01 -
YUV 202.55 129.95 101.22 -
System Red Green Blue C M Y K H S L
Decimal 165 221 206 0.25 0 0.07 0.13 163.93 0.45 0.76
Hex A5 DD CE 19 0 7 D A4 2D 4C
Octal 245 335 316 31 0 7 15 244 55 114
Binary 10100101 11011101 11001110 11001 0 111 1101 10100100 101101 1001100

Color Harmonies of #A5DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DDCE

Black with #A5DDCE

Text Example


Text Example

White with #A5DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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