Html Css Color HEX #ADCCDA French Pass

📋 copy color: '#ADCCDA'

red 173 ◦ green 204 ◦ blue 218

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

Shades of French Pass #ADCCDA

Tints of French Pass #ADCCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.64%

R = 29.08%
G = 34.29%
B = 36.64%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADCCDA (or 0xADCCDA) is known color: French Pass. HEX triplet: AD, CC and DA. RGB value is (173,204,218). Sum of RGB (Red+Green+Blue) = 173+204+218=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADCCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCDA is #523325. Grayscale: #C4C4C4. Windows color (decimal): -5387046 or 14339245. OLE color: 14339245.

HSL color Cylindrical-coordinate representation of color #ADCCDA: hue angle of 198.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADCCDA is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 204 218 -
CMYK 0.21 0.06 0 0.15
HSL 198.67º 0.38% 0.77% -
HSV(B) 198.67º 0.21% 0.85% -
XYZ 51.48 57.13 74.64 -
YUV 196.33 140.23 111.36 -
System Red Green Blue C M Y K H S L
Decimal 173 204 218 0.21 0.06 0 0.15 198.67 0.38 0.77
Hex AD CC DA 15 6 0 F C7 26 4D
Octal 255 314 332 25 6 0 17 307 46 115
Binary 10101101 11001100 11011010 10101 110 0 1111 11000111 100110 1001101

Color Harmonies of #ADCCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCCDA

Black with #ADCCDA

Text Example


Text Example

White with #ADCCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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