Html Css Color HEX #A4DECE Scandal

📋 copy color: '#A4DECE'

red 164 ◦ green 222 ◦ blue 206

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

Shades of Scandal #A4DECE

Tints of Scandal #A4DECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.8%

R = 27.7%
G = 37.5%
B = 34.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#A4DECE (or 0xA4DECE) is known color: Scandal. HEX triplet: A4, DE and CE. RGB value is (164,222,206). Sum of RGB (Red+Green+Blue) = 164+222+206=592 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.70% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DECE is #5B2131. Grayscale: #CACACA. Windows color (decimal): -5972274 or 13557412. OLE color: 13557412.

HSL color Cylindrical-coordinate representation of color #A4DECE: hue angle of 163.45º 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 #A4DECE is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 222 206 -
CMYK 0.26 0 0.07 0.13
HSL 163.45º 0.47% 0.76% -
HSV(B) 163.45º 0.26% 0.87% -
XYZ 52.57 64.59 68.09 -
YUV 202.83 129.78 100.3 -
System Red Green Blue C M Y K H S L
Decimal 164 222 206 0.26 0 0.07 0.13 163.45 0.47 0.76
Hex A4 DE CE 1A 0 7 D A3 2F 4C
Octal 244 336 316 32 0 7 15 243 57 114
Binary 10100100 11011110 11001110 11010 0 111 1101 10100011 101111 1001100

Color Harmonies of #A4DECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DECE

Black with #A4DECE

Text Example


Text Example

White with #A4DECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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