#ADCFD3

Color #ADCFD3 Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #ADCFD3

Tints of Morning Glory #ADCFD3

Color information

#ADCFD3 (or 0xADCFD3) is unknown color: approx Morning Glory. HEX triplet: AD, CF and D3. RGB value is (173,207,211). Sum of RGB (Red+Green+Blue) = 173+207+211=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 211 - color contains mainly: blue. Hex color #ADCFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFD3 is #52302C. Grayscale: #C5C5C5. Windows color (decimal): -5386285 or 13881261. OLE color: 13881261.

HSL color Cylindrical-coordinate representation of color #ADCFD3: hue angle of 186.32º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADCFD3 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB173207211-
CMYK0.180.0200.17
HSL186.32º30.16%75.29%-
HSV(B)186.32º18.01%82.75%-
XYZ51.358.2170.16-
YUV197.29135.74110.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.27%
GREEN value IS 207 (81.25% from 255) = 35.03%
BLUE value IS 211 (82.81% from 255) = 35.70%
R=29.27%
G=35.03%
B=35.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1732072110.180.0200.17186.3230.1675.29
HexADCFD3122011ba1e4b
Octal25531732322202127236113
Binary101011011100111111010011100101001000110111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCFD3; }

 p { color: rgb(173,207,211); }

 H1.HeaderClassName
 {
   color: #ADCFD3;
 }
 .AnyTagClassName
 {
   color: #ADCFD3;
 }
</style>
background-color css

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

 a { background-color: rgb(173,207,211); }

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

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

 span { border-color: rgb(173,207,211); }

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