Html Css Color HEX #ACDBD4 Scandal

📋 copy color: '#ACDBD4'

red 172 ◦ green 219 ◦ blue 212

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

Shades of Scandal #ACDBD4

Tints of Scandal #ACDBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.16%

R = 28.52%
G = 36.32%
B = 35.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#ACDBD4 (or 0xACDBD4) is known color: Scandal. HEX triplet: AC, DB and D4. RGB value is (172,219,212). Sum of RGB (Red+Green+Blue) = 172+219+212=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBD4 is #53242B. Grayscale: #CCCCCC. Windows color (decimal): -5448748 or 13949868. OLE color: 13949868.

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

Color convert

RGB 172 219 212 -
CMYK 0.21 0 0.03 0.14
HSL 171.06º 0.39% 0.77% -
HSV(B) 171.06º 0.21% 0.86% -
XYZ 54.23 64.19 71.82 -
YUV 204.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 172 219 212 0.21 0 0.03 0.14 171.06 0.39 0.77
Hex AC DB D4 15 0 3 E AB 27 4D
Octal 254 333 324 25 0 3 16 253 47 115
Binary 10101100 11011011 11010100 10101 0 11 1110 10101011 100111 1001101

Color Harmonies of #ACDBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDBD4

Black with #ACDBD4

Text Example


Text Example

White with #ACDBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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