Html Css Color HEX #ACDBD6 Scandal

📋 copy color: '#ACDBD6'

red 172 ◦ green 219 ◦ blue 214

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

Shades of Scandal #ACDBD6

Tints of Scandal #ACDBD6

RGB

 RED value IS 172 (67.58% from 255) = 28.43%

 GREEN value IS 219 (85.94% from 255) = 36.2%

 BLUE value IS 214 (83.98% from 255) = 35.37%

R = 28.43%
G = 36.2%
B = 35.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#ACDBD6 (or 0xACDBD6) is known color: Scandal. HEX triplet: AC, DB and D6. RGB value is (172,219,214). Sum of RGB (Red+Green+Blue) = 172+219+214=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBD6 is #532429. Grayscale: #CCCCCC. Windows color (decimal): -5448746 or 14080940. OLE color: 14080940.

HSL color Cylindrical-coordinate representation of color #ACDBD6: hue angle of 173.62º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDBD6 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 219 214 -
CMYK 0.21 0 0.02 0.14
HSL 173.62º 0.39% 0.77% -
HSV(B) 173.62º 0.21% 0.86% -
XYZ 54.48 64.29 73.16 -
YUV 204.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 172 219 214 0.21 0 0.02 0.14 173.62 0.39 0.77
Hex AC DB D6 15 0 2 E AE 27 4D
Octal 254 333 326 25 0 2 16 256 47 115
Binary 10101100 11011011 11010110 10101 0 10 1110 10101110 100111 1001101

Color Harmonies of #ACDBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDBD6

Black with #ACDBD6

Text Example


Text Example

White with #ACDBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDBD6; }

 p { color: rgb(172,219,214); }

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

background-color css

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

 a { background-color: rgb(172,219,214); }

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

border-color css

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

 span { border-color: rgb(172,219,214); }

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