Html Css Color HEX #ACDBD7 Scandal

📋 copy color: '#ACDBD7'

red 172 ◦ green 219 ◦ blue 215

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

Shades of Scandal #ACDBD7

Tints of Scandal #ACDBD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.48%

R = 28.38%
G = 36.14%
B = 35.48%

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

#ACDBD7 (or 0xACDBD7) is known color: Scandal. HEX triplet: AC, DB and D7. RGB value is (172,219,215). Sum of RGB (Red+Green+Blue) = 172+219+215=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBD7 is #532428. Grayscale: #CCCCCC. Windows color (decimal): -5448745 or 14146476. OLE color: 14146476.

HSL color Cylindrical-coordinate representation of color #ACDBD7: hue angle of 174.89º 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 #ACDBD7 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 219 215 -
CMYK 0.21 0 0.02 0.14
HSL 174.89º 0.39% 0.77% -
HSV(B) 174.89º 0.21% 0.86% -
XYZ 54.61 64.34 73.83 -
YUV 204.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 172 219 215 0.21 0 0.02 0.14 174.89 0.39 0.77
Hex AC DB D7 15 0 2 E AF 27 4D
Octal 254 333 327 25 0 2 16 257 47 115
Binary 10101100 11011011 11010111 10101 0 10 1110 10101111 100111 1001101

Color Harmonies of #ACDBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDBD7

Black with #ACDBD7

Text Example


Text Example

White with #ACDBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDBD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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