Html Css Color HEX #ADCCDC French Pass

📋 copy color: '#ADCCDC'

red 173 ◦ green 204 ◦ blue 220

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

Shades of French Pass #ADCCDC

Tints of French Pass #ADCCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.85%

R = 28.98%
G = 34.17%
B = 36.85%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADCCDC (or 0xADCCDC) is known color: French Pass. HEX triplet: AD, CC and DC. RGB value is (173,204,220). Sum of RGB (Red+Green+Blue) = 173+204+220=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADCCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCDC is #523323. Grayscale: #C4C4C4. Windows color (decimal): -5387044 or 14470317. OLE color: 14470317.

HSL color Cylindrical-coordinate representation of color #ADCCDC: hue angle of 200.43º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADCCDC is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 204 220 -
CMYK 0.21 0.07 0 0.14
HSL 200.43º 0.4% 0.77% -
HSV(B) 200.43º 0.21% 0.86% -
XYZ 51.74 57.24 76.03 -
YUV 196.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 173 204 220 0.21 0.07 0 0.14 200.43 0.4 0.77
Hex AD CC DC 15 7 0 E C8 28 4D
Octal 255 314 334 25 7 0 16 310 50 115
Binary 10101101 11001100 11011100 10101 111 0 1110 11001000 101000 1001101

Color Harmonies of #ADCCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCCDC

Black with #ADCCDC

Text Example


Text Example

White with #ADCCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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