Html Css Color HEX #ACDCCE Scandal

📋 copy color: '#ACDCCE'

red 172 ◦ green 220 ◦ blue 206

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

Shades of Scandal #ACDCCE

Tints of Scandal #ACDCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.79%

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

R = 28.76%
G = 36.79%
B = 34.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#ACDCCE (or 0xACDCCE) is known color: Scandal. HEX triplet: AC, DC and CE. RGB value is (172,220,206). Sum of RGB (Red+Green+Blue) = 172+220+206=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCCE is #532331. Grayscale: #CCCCCC. Windows color (decimal): -5448498 or 13556908. OLE color: 13556908.

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

Color convert

RGB 172 220 206 -
CMYK 0.22 0 0.06 0.14
HSL 162.5º 0.41% 0.77% -
HSV(B) 162.5º 0.22% 0.86% -
XYZ 53.75 64.41 67.99 -
YUV 204.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 172 220 206 0.22 0 0.06 0.14 162.5 0.41 0.77
Hex AC DC CE 16 0 6 E A2 29 4D
Octal 254 334 316 26 0 6 16 242 51 115
Binary 10101100 11011100 11001110 10110 0 110 1110 10100010 101001 1001101

Color Harmonies of #ACDCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCCE

Black with #ACDCCE

Text Example


Text Example

White with #ACDCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDCCE; }

 p { color: rgb(172,220,206); }

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

background-color css

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

 a { background-color: rgb(172,220,206); }

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

border-color css

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

 span { border-color: rgb(172,220,206); }

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