Html Css Color HEX #ADCADA French Pass

📋 copy color: '#ADCADA'

red 173 ◦ green 202 ◦ blue 218

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

Shades of French Pass #ADCADA

Tints of French Pass #ADCADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.06%

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

R = 29.17%
G = 34.06%
B = 36.76%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADCADA (or 0xADCADA) is known color: French Pass. HEX triplet: AD, CA and DA. RGB value is (173,202,218). Sum of RGB (Red+Green+Blue) = 173+202+218=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADCADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCADA is #523525. Grayscale: #C3C3C3. Windows color (decimal): -5387558 or 14338733. OLE color: 14338733.

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

Color convert

RGB 173 202 218 -
CMYK 0.21 0.07 0 0.15
HSL 201.33º 0.38% 0.77% -
HSV(B) 201.33º 0.21% 0.85% -
XYZ 51.01 56.19 74.49 -
YUV 195.15 140.89 112.2 -
System Red Green Blue C M Y K H S L
Decimal 173 202 218 0.21 0.07 0 0.15 201.33 0.38 0.77
Hex AD CA DA 15 7 0 F C9 26 4D
Octal 255 312 332 25 7 0 17 311 46 115
Binary 10101101 11001010 11011010 10101 111 0 1111 11001001 100110 1001101

Color Harmonies of #ADCADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCADA

Black with #ADCADA

Text Example


Text Example

White with #ADCADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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