Html Css Color HEX #A4DDCF Scandal

📋 copy color: '#A4DDCF'

red 164 ◦ green 221 ◦ blue 207

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

Shades of Scandal #A4DDCF

Tints of Scandal #A4DDCF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.33%

 BLUE value IS 207 (81.25% from 255) = 34.97%

R = 27.7%
G = 37.33%
B = 34.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#A4DDCF (or 0xA4DDCF) is known color: Scandal. HEX triplet: A4, DD and CF. RGB value is (164,221,207). Sum of RGB (Red+Green+Blue) = 164+221+207=592 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.70% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDCF is #5B2230. Grayscale: #CACACA. Windows color (decimal): -5972529 or 13622692. OLE color: 13622692.

HSL color Cylindrical-coordinate representation of color #A4DDCF: hue angle of 165.26º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DDCF is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 221 207 -
CMYK 0.26 0 0.06 0.13
HSL 165.26º 0.46% 0.75% -
HSV(B) 165.26º 0.26% 0.87% -
XYZ 52.43 64.11 68.64 -
YUV 202.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 164 221 207 0.26 0 0.06 0.13 165.26 0.46 0.75
Hex A4 DD CF 1A 0 6 D A5 2E 4B
Octal 244 335 317 32 0 6 15 245 56 113
Binary 10100100 11011101 11001111 11010 0 110 1101 10100101 101110 1001011

Color Harmonies of #A4DDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DDCF

Black with #A4DDCF

Text Example


Text Example

White with #A4DDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DDCF; }

 p { color: rgb(164,221,207); }

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

background-color css

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

 a { background-color: rgb(164,221,207); }

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

border-color css

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

 span { border-color: rgb(164,221,207); }

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