Html Css Color HEX #A4DCCD Scandal

📋 copy color: '#A4DCCD'

red 164 ◦ green 220 ◦ blue 205

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

Shades of Scandal #A4DCCD

Tints of Scandal #A4DCCD

RGB

 RED value IS 164 (64.45% from 255) = 27.84%

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

 BLUE value IS 205 (80.47% from 255) = 34.8%

R = 27.84%
G = 37.35%
B = 34.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#A4DCCD (or 0xA4DCCD) is known color: Scandal. HEX triplet: A4, DC and CD. RGB value is (164,220,205). Sum of RGB (Red+Green+Blue) = 164+220+205=589 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.84% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DCCD is #5B2332. Grayscale: #C9C9C9. Windows color (decimal): -5972787 or 13491364. OLE color: 13491364.

HSL color Cylindrical-coordinate representation of color #A4DCCD: hue angle of 163.93º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DCCD is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 220 205 -
CMYK 0.25 0 0.07 0.14
HSL 163.93º 0.44% 0.75% -
HSV(B) 163.93º 0.25% 0.86% -
XYZ 51.92 63.49 67.28 -
YUV 201.55 129.95 101.22 -
System Red Green Blue C M Y K H S L
Decimal 164 220 205 0.25 0 0.07 0.14 163.93 0.44 0.75
Hex A4 DC CD 19 0 7 E A4 2C 4B
Octal 244 334 315 31 0 7 16 244 54 113
Binary 10100100 11011100 11001101 11001 0 111 1110 10100100 101100 1001011

Color Harmonies of #A4DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DCCD

Black with #A4DCCD

Text Example


Text Example

White with #A4DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DCCD; }

 p { color: rgb(164,220,205); }

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

background-color css

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

 a { background-color: rgb(164,220,205); }

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

border-color css

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

 span { border-color: rgb(164,220,205); }

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