Html Css Color HEX #ADD2D7 French Pass

📋 copy color: '#ADD2D7'

red 173 ◦ green 210 ◦ blue 215

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

Shades of French Pass #ADD2D7

Tints of French Pass #ADD2D7

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.12%

 BLUE value IS 215 (84.38% from 255) = 35.95%

R = 28.93%
G = 35.12%
B = 35.95%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ADD2D7 (or 0xADD2D7) is known color: French Pass. HEX triplet: AD, D2 and D7. RGB value is (173,210,215). Sum of RGB (Red+Green+Blue) = 173+210+215=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADD2D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2D7 is #522D28. Grayscale: #C7C7C7. Windows color (decimal): -5385513 or 14144173. OLE color: 14144173.

HSL color Cylindrical-coordinate representation of color #ADD2D7: hue angle of 187.14º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD2D7 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 210 215 -
CMYK 0.20 0.02 0 0.16
HSL 187.14º 0.34% 0.76% -
HSV(B) 187.14º 0.2% 0.84% -
XYZ 52.55 59.88 73.08 -
YUV 199.51 136.74 109.09 -
System Red Green Blue C M Y K H S L
Decimal 173 210 215 0.20 0.02 0 0.16 187.14 0.34 0.76
Hex AD D2 D7 14 2 0 10 BB 22 4C
Octal 255 322 327 24 2 0 20 273 42 114
Binary 10101101 11010010 11010111 10100 10 0 10000 10111011 100010 1001100

Color Harmonies of #ADD2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD2D7

Black with #ADD2D7

Text Example


Text Example

White with #ADD2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD2D7; }

 p { color: rgb(173,210,215); }

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

background-color css

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

 a { background-color: rgb(173,210,215); }

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

border-color css

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

 span { border-color: rgb(173,210,215); }

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