Html Css Color HEX #ADCCC3 Opal

📋 copy color: '#ADCCC3'

red 173 ◦ green 204 ◦ blue 195

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

Shades of Opal #ADCCC3

Tints of Opal #ADCCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.09%

R = 30.24%
G = 35.66%
B = 34.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#ADCCC3 (or 0xADCCC3) is known color: Opal. HEX triplet: AD, CC and C3. RGB value is (173,204,195). Sum of RGB (Red+Green+Blue) = 173+204+195=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 195 (76.56% from 255 or 34.09% from 572); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCC3 is #52333C. Grayscale: #C1C1C1. Windows color (decimal): -5387069 or 12831917. OLE color: 12831917.

HSL color Cylindrical-coordinate representation of color #ADCCC3: hue angle of 162.58º 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 #ADCCC3 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 195 -
CMYK 0.15 0 0.04 0.2
HSL 162.58º 0.23% 0.74% -
HSV(B) 162.58º 0.15% 0.8% -
XYZ 48.68 56.01 59.88 -
YUV 193.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 173 204 195 0.15 0 0.04 0.2 162.58 0.23 0.74
Hex AD CC C3 F 0 4 14 A3 17 4A
Octal 255 314 303 17 0 4 24 243 27 112
Binary 10101101 11001100 11000011 1111 0 100 10100 10100011 10111 1001010

Color Harmonies of #ADCCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCCC3

Black with #ADCCC3

Text Example


Text Example

White with #ADCCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCCC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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