Html Css Color HEX #ADCDDA French Pass

📋 copy color: '#ADCDDA'

red 173 ◦ green 205 ◦ blue 218

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

Shades of French Pass #ADCDDA

Tints of French Pass #ADCDDA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.4%

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

R = 29.03%
G = 34.4%
B = 36.58%

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

#ADCDDA (or 0xADCDDA) is known color: French Pass. HEX triplet: AD, CD and DA. RGB value is (173,205,218). Sum of RGB (Red+Green+Blue) = 173+205+218=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADCDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDDA is #523225. Grayscale: #C4C4C4. Windows color (decimal): -5386790 or 14339501. OLE color: 14339501.

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

Color convert

RGB 173 205 218 -
CMYK 0.21 0.06 0 0.15
HSL 197.33º 0.38% 0.77% -
HSV(B) 197.33º 0.21% 0.85% -
XYZ 51.72 57.61 74.72 -
YUV 196.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 173 205 218 0.21 0.06 0 0.15 197.33 0.38 0.77
Hex AD CD DA 15 6 0 F C5 26 4D
Octal 255 315 332 25 6 0 17 305 46 115
Binary 10101101 11001101 11011010 10101 110 0 1111 11000101 100110 1001101

Color Harmonies of #ADCDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDDA

Black with #ADCDDA

Text Example


Text Example

White with #ADCDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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