Html Css Color HEX #A4DED0 Scandal

📋 copy color: '#A4DED0'

red 164 ◦ green 222 ◦ blue 208

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

Shades of Scandal #A4DED0

Tints of Scandal #A4DED0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.37%

 BLUE value IS 208 (81.64% from 255) = 35.02%

R = 27.61%
G = 37.37%
B = 35.02%

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

#A4DED0 (or 0xA4DED0) is known color: Scandal. HEX triplet: A4, DE and D0. RGB value is (164,222,208). Sum of RGB (Red+Green+Blue) = 164+222+208=594 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.61% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DED0 is #5B212F. Grayscale: #CBCBCB. Windows color (decimal): -5972272 or 13688484. OLE color: 13688484.

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

Color convert

RGB 164 222 208 -
CMYK 0.26 0 0.06 0.13
HSL 165.52º 0.47% 0.76% -
HSV(B) 165.52º 0.26% 0.87% -
XYZ 52.82 64.69 69.38 -
YUV 203.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 164 222 208 0.26 0 0.06 0.13 165.52 0.47 0.76
Hex A4 DE D0 1A 0 6 D A6 2F 4C
Octal 244 336 320 32 0 6 15 246 57 114
Binary 10100100 11011110 11010000 11010 0 110 1101 10100110 101111 1001100

Color Harmonies of #A4DED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DED0

Black with #A4DED0

Text Example


Text Example

White with #A4DED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DED0; }

 p { color: rgb(164,222,208); }

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

background-color css

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

 a { background-color: rgb(164,222,208); }

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

border-color css

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

 span { border-color: rgb(164,222,208); }

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