Html Css Color HEX #A8DCCA Scandal

📋 copy color: '#A8DCCA'

red 168 ◦ green 220 ◦ blue 202

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

Shades of Scandal #A8DCCA

Tints of Scandal #A8DCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.24%

R = 28.47%
G = 37.29%
B = 34.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#A8DCCA (or 0xA8DCCA) is known color: Scandal. HEX triplet: A8, DC and CA. RGB value is (168,220,202). Sum of RGB (Red+Green+Blue) = 168+220+202=590 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.47% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCCA is #572335. Grayscale: #CACACA. Windows color (decimal): -5710646 or 13294760. OLE color: 13294760.

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

Color convert

RGB 168 220 202 -
CMYK 0.24 0 0.08 0.14
HSL 159.23º 0.43% 0.76% -
HSV(B) 159.23º 0.24% 0.86% -
XYZ 52.4 63.78 65.43 -
YUV 202.4 127.77 103.46 -
System Red Green Blue C M Y K H S L
Decimal 168 220 202 0.24 0 0.08 0.14 159.23 0.43 0.76
Hex A8 DC CA 18 0 8 E 9F 2B 4C
Octal 250 334 312 30 0 10 16 237 53 114
Binary 10101000 11011100 11001010 11000 0 1000 1110 10011111 101011 1001100

Color Harmonies of #A8DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DCCA

Black with #A8DCCA

Text Example


Text Example

White with #A8DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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