Html Css Color HEX #A8DCD4 Scandal

📋 copy color: '#A8DCD4'

red 168 ◦ green 220 ◦ blue 212

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

Shades of Scandal #A8DCD4

Tints of Scandal #A8DCD4

RGB

 RED value IS 168 (66.02% from 255) = 28%

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

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

R = 28%
G = 36.67%
B = 35.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#A8DCD4 (or 0xA8DCD4) is known color: Scandal. HEX triplet: A8, DC and D4. RGB value is (168,220,212). Sum of RGB (Red+Green+Blue) = 168+220+212=600 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 212 (83.20% from 255 or 35.33% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCD4 is #57232B. Grayscale: #CBCBCB. Windows color (decimal): -5710636 or 13950120. OLE color: 13950120.

HSL color Cylindrical-coordinate representation of color #A8DCD4: hue angle of 170.77º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DCD4 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 220 212 -
CMYK 0.24 0 0.04 0.14
HSL 170.77º 0.43% 0.76% -
HSV(B) 170.77º 0.24% 0.86% -
XYZ 53.63 64.26 71.87 -
YUV 203.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 168 220 212 0.24 0 0.04 0.14 170.77 0.43 0.76
Hex A8 DC D4 18 0 4 E AB 2B 4C
Octal 250 334 324 30 0 4 16 253 53 114
Binary 10101000 11011100 11010100 11000 0 100 1110 10101011 101011 1001100

Color Harmonies of #A8DCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DCD4

Black with #A8DCD4

Text Example


Text Example

White with #A8DCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DCD4; }

 p { color: rgb(168,220,212); }

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

background-color css

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

 a { background-color: rgb(168,220,212); }

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

border-color css

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

 span { border-color: rgb(168,220,212); }

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