Html Css Color HEX #A5DDCB Scandal

📋 copy color: '#A5DDCB'

red 165 ◦ green 221 ◦ blue 203

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

Shades of Scandal #A5DDCB

Tints of Scandal #A5DDCB

RGB

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

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

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

R = 28.01%
G = 37.52%
B = 34.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#A5DDCB (or 0xA5DDCB) is known color: Scandal. HEX triplet: A5, DD and CB. RGB value is (165,221,203). Sum of RGB (Red+Green+Blue) = 165+221+203=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DDCB is #5A2234. Grayscale: #CACACA. Windows color (decimal): -5906997 or 13360549. OLE color: 13360549.

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

Color convert

RGB 165 221 203 -
CMYK 0.25 0 0.08 0.13
HSL 160.71º 0.45% 0.76% -
HSV(B) 160.71º 0.25% 0.87% -
XYZ 52.15 64.02 66.11 -
YUV 202.2 128.45 101.46 -
System Red Green Blue C M Y K H S L
Decimal 165 221 203 0.25 0 0.08 0.13 160.71 0.45 0.76
Hex A5 DD CB 19 0 8 D A1 2D 4C
Octal 245 335 313 31 0 10 15 241 55 114
Binary 10100101 11011101 11001011 11001 0 1000 1101 10100001 101101 1001100

Color Harmonies of #A5DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DDCB

Black with #A5DDCB

Text Example


Text Example

White with #A5DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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