Html Css Color HEX #ADCCC5 Opal

📋 copy color: '#ADCCC5'

red 173 ◦ green 204 ◦ blue 197

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

Shades of Opal #ADCCC5

Tints of Opal #ADCCC5

RGB

 RED value IS 173 (67.97% from 255) = 30.14%

 GREEN value IS 204 (80.08% from 255) = 35.54%

 BLUE value IS 197 (77.34% from 255) = 34.32%

R = 30.14%
G = 35.54%
B = 34.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#ADCCC5 (or 0xADCCC5) is known color: Opal. HEX triplet: AD, CC and C5. RGB value is (173,204,197). Sum of RGB (Red+Green+Blue) = 173+204+197=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCC5 is #52333A. Grayscale: #C1C1C1. Windows color (decimal): -5387067 or 12962989. OLE color: 12962989.

HSL color Cylindrical-coordinate representation of color #ADCCC5: hue angle of 166.45º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADCCC5 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 197 -
CMYK 0.15 0 0.03 0.2
HSL 166.45º 0.23% 0.74% -
HSV(B) 166.45º 0.15% 0.8% -
XYZ 48.9 56.1 61.07 -
YUV 193.93 129.73 113.07 -
System Red Green Blue C M Y K H S L
Decimal 173 204 197 0.15 0 0.03 0.2 166.45 0.23 0.74
Hex AD CC C5 F 0 3 14 A6 17 4A
Octal 255 314 305 17 0 3 24 246 27 112
Binary 10101101 11001100 11000101 1111 0 11 10100 10100110 10111 1001010

Color Harmonies of #ADCCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCCC5

Black with #ADCCC5

Text Example


Text Example

White with #ADCCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCCC5; }

 p { color: rgb(173,204,197); }

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

background-color css

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

 a { background-color: rgb(173,204,197); }

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

border-color css

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

 span { border-color: rgb(173,204,197); }

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